C1.Win.C1FlexGrid Namespace / CellStyleCollection Class / Highlight Property

In This Topic
Highlight Property (CellStyleCollection)
In This Topic
Gets the style used to paint highlighted selected cells.
Syntax
'Declaration
 
Public ReadOnly Property Highlight As CellStyle
 
Remarks

Use the C1FlexGridBase.HighLight property to determine whether cells should be highlighted when the control does not have the focus.

Use the SelectionMode property to determine what types of selection are allowed.

See Also