Search
ListViewSettings.CellSettings Property
See Also
 





Gets or sets a CellSettings object used to customize the visualization of cells in the List view.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public CellSettings CellSettings { get; set; }

Visual Basic  Copy Code

Public Property CellSettings As CellSettings

 Property Value

An instance of the CellSettings class. This property cannot be null (Nothing in Visual Basic).

 See Also