SplitterWidth Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Views Namespace > FixedCellPanel Class : SplitterWidth Property

Gets or sets the width of the fixed-column splitter.

Syntax

Visual Basic (Declaration) 
Public Property SplitterWidth As Double
C# 
public double SplitterWidth {get; set;}

Return Value

A value representing the width of the fixed-column splitter.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also