SelectMultiCells

Top  Previous  Next

Gets or sets a boolean flag indicating whether the multiple cell(s) are allowed to be selected or not for the grid in readonly mode.

[Visual Basic .NET]

Public Property SelectMultiCells As Boolean

[C#]

public bool SelectMultiCells {get; set;}

 

Remarks

The default value is FALSE, and a screenshot for TRUE value is listed below.

SelectMultiCells