Gets or sets a value that indicates wheather items will display a check box in the TreeView control.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[DefaultValueAttribute(false)]
public bool ShowCheckBoxes { get; set; }
Visual Basic (Declaration)
<PersistenceModeAttribute(PersistenceMode.Attribute)> _
<DefaultValueAttribute(False)> _
Public Property ShowCheckBoxes As Boolean

See Also