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

Gets or sets a value indicating whether the fixed-column splitter is shown when a grid is in a table-view layout.

Syntax

Visual Basic (Declaration) 
Public Property ShowSplitter As Boolean
C# 
public bool ShowSplitter {get; set;}

Return Value

true if the fixed-column splitter is shown; false otherwise.

Remarks

If set to false the fixed-column splitter will not be shown even if a grid contains fixed columns.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also