Gets or sets a value that indicates whether the item will display a check box.
Namespace:
C1.Web.CommandAssembly: C1.Web.Command.2 (in C1.Web.Command.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(false)] [PersistenceModeAttribute(PersistenceMode.Attribute)] public bool ShowCheckBox { get; set; } |
Visual Basic (Declaration) |
---|
<DefaultValueAttribute(False)> _ <PersistenceModeAttribute(PersistenceMode.Attribute)> _ Public Property ShowCheckBox As Boolean |