Property CanSelect
CanSelect
Gets or sets value indicating whether this control accepts input or not (i.e. behaves like a static text) and so doesn't need focus.
[Browsable(true)]
public virtual bool CanSelect { get; set; }
Property Value
Remarks
Default value is true.