FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / ShowCellLabels Property

In This Topic
    ShowCellLabels Property (C1FlexGridBase)
    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