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

In This Topic
    AllowPinning Property (C1FlexGridBase)
    In This Topic
    Gets or sets a value that determines whether the grid should add pin buttons to the column headers and how the pin buttons behave.
    Syntax
    'Declaration
     
    
    Public Property AllowPinning As AllowPinning
    public AllowPinning AllowPinning {get; set;}
    Remarks
    The pin buttons allow users to pin (freeze) columns so they remain in view as the user scrolls the grid horizontally.
    See Also