C1.Win.FlexGrid Namespace / C1FlexGrid Class / AllowPinning Property

In This Topic
AllowPinning Property (C1FlexGrid)
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
 
Remarks
The pin buttons allow users to pin (freeze) columns so they remain in view as the user scrolls the grid horizontally.
See Also