ShowCellLabels Property (C1FlexGrid)
In This Topic
Gets or sets whether the grid should display labels over cells whose contents are partially hidden.
Syntax
'Declaration
Public Property ShowCellLabels As Boolean
public bool ShowCellLabels {get; set;}
See Also