PocketPlanner Programmer's Guide

ListViewSettings.CellSettings Property

See Also

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

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public CellSettings CellSettings { get; }

Visual Basic

Public ReadOnly Property CellSettings As CellSettings

 Property Value

An instance of the CellSettings class.

 See Also