ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / AllowFreezing Property

In This Topic
    AllowFreezing Property
    In This Topic
    Gets or sets a value that indicates whether users are allowed to freeze rows and columns using the mouse.
    Syntax
    'Declaration
     
    
    Public Property AllowFreezing As AllowFreezing
    public AllowFreezing AllowFreezing {get; set;}
    See Also