IsSelectionEnabled Property (GridCellFactory)
In This Topic
Gets whether there is any selection possible in the grid.
Syntax
'Declaration
Public Overrides ReadOnly Property IsSelectionEnabled As Boolean
public override bool IsSelectionEnabled {get;}
See Also