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

Gets or sets the style to apply to the fixed-column splitter.

Syntax

Visual Basic (Declaration) 
Public Property SplitterStyle As Style
C# 
public Style SplitterStyle {get; set;}

Return Value

The Style of the fixed-column splitter in the fixed-cell panel. By default, true.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also