ListControl.AllowSelection Property

Definition

Gets a value indicating whether the list enables selection of list items.

protected:
 virtual property bool AllowSelection { bool get(); };
protected virtual bool AllowSelection { get; }
member this.AllowSelection : bool
Protected Overridable ReadOnly Property AllowSelection As Boolean

Property Value

true if the list enables list item selection; otherwise, false. The default is true.

Applies to