Property CheckBoxVisible
CheckBoxVisible
Gets or sets whether to show check box inside the item. This property (if specified) overrides global checkboxes visibility setting in the control.
[Browsable(false)]
public virtual bool? CheckBoxVisible { get; set; }
Property Value
- bool?
Remarks
It is up to control to decide whether and how this property is used. When this property is changed, you need to repaint the item.