Search
ListViewSettings.CellSettings Property
See Also
 






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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public CellSettings CellSettings { get; }

Visual Basic  Copy Code

Public ReadOnly Property CellSettings As CellSettings

 Property Value

An instance of the CellSettings class.

 See Also