SelectCellsInSameColumn

Top  Previous  Next

Gets or sets a boolean flag indicating whether the multiple cell(s) via CTRL key and mouse clicking should be selected in single column or not for the grid in readonly mode.

[Visual Basic .NET]

Public Property SelectCellsInSameColumn As Boolean

[C#]

public bool SelectCellsInSameColumn {get; set;}

 

Remarks

The default value is TRUE.