ComponentOne DataGrid for WPF and Silverlight
ShowVerticalFreezingSeparator Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : ShowVerticalFreezingSeparator Property
Gets or sets a value indicating which of the freezing separators (currently only Left separator is supported) is visible.
Syntax
'Declaration
 
Public Property ShowVerticalFreezingSeparator As DataGridColumnFreezing
public DataGridColumnFreezing ShowVerticalFreezingSeparator {get; set;}
Remarks

If you want to prevent the user from changing the amount of frozen columns you should set the property CanUserFreezeColumns to None.

Additionally you can change the width of the separator by changing the property VerticalFreezingSeparatorWidth.

See Also

Reference

C1DataGrid Class
C1DataGrid Members