UIControlCellsPreserveSelectionBorder Property

Gets or sets whether the cell borders should be drawn if the whole row or whole column is selected. True to draw the cell borders; false otherwise.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public virtual bool PreserveSelectionBorder { get; set; }

Property Value

Boolean

See Also