| Visual Basic (Declaration) | |
|---|---|
Public Property ShowFixedColumnSplitter As Boolean | |
| C# | |
|---|---|
public bool ShowFixedColumnSplitter {get; set;} | |
Return Value
true if the fixed-column splitter is shown; false otherwise. By default, true.All examples in this topic assume that the grid is bound to the Orders table of the Northwind database, unless stated otherwise.
The following example demonstrates how to change the style of the data rows' fixed-column splitter.
| XAML | Copy Code |
|---|---|
<Grid xmlns:xcdg="http://schemas.xceed.com/wpf/xaml/datagrid"> | |
If set to false the fixed-column splitter will not be shown even if a grid contains fixed columns.
This property represents the local CLR property of the ShowFixedColumnSplitter attached property.
Supported Frameworks: Microsoft .NET Framework version 3.5
Copy Code