Gets or sets a value that indicates wheather the items will display check boxes in the group.

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

Syntax

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

See Also