ComponentOne DataGrid for WPF and Silverlight
VerticalFreezingSeparatorStyle Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : VerticalFreezingSeparatorStyle Property
Gets or sets the style of the separator between fixed and scrollable columns.
Syntax
'Declaration
 
Public Property VerticalFreezingSeparatorStyle As System.Windows.Style
public System.Windows.Style VerticalFreezingSeparatorStyle {get; set;}
Remarks
System.Windows.Style.TargetType of the System.Windows.Style must be set to DataGridVerticalFreezingSeparatorPresenter.
See Also

Reference

C1DataGrid Class
C1DataGrid Members