ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / CanUserFreezeColumns Property

In This Topic
    CanUserFreezeColumns Property
    In This Topic
    Gets or sets a value indicating which of the freezing separators (currently only Left separator is supported) the user is able to drag in order to change the amount of frozen columns or rows.
    Syntax
    'Declaration
     
    
    Public Property CanUserFreezeColumns As DataGridColumnFreezing
    public DataGridColumnFreezing CanUserFreezeColumns {get; set;}
    Remarks
    Notice ShowVerticalFreezingSeparator must be set to true so that the separator is visible.
    See Also