Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / CellRow Class / ShowFixedColumnSplitter Property


In This Topic
    ShowFixedColumnSplitter Property
    In This Topic
    Gets or sets a value indicating when the GridControl.FixedColumnSplitter or DetailGrid.FixedColumnSplitter is displayed.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Indicates when the grid's or a detail grid's fixed column splitter is displayed.")>
    <CategoryAttribute("Behavior")>
    Public Property ShowFixedColumnSplitter As ShowFixedColumnSplitter
    'Usage
     
    Dim instance As CellRow
    Dim value As ShowFixedColumnSplitter
     
    instance.ShowFixedColumnSplitter = value
     
    value = instance.ShowFixedColumnSplitter
    [Description("Indicates when the grid's or a detail grid's fixed column splitter is displayed.")]
    [Category("Behavior")]
    public ShowFixedColumnSplitter ShowFixedColumnSplitter {get; set;}

    Property Value

    A ShowFixedColumnSplitter value indicating when the GridControl.FixedColumnSplitter or DetailGrid.FixedColumnSplitter is displayed. By default, DefaultShowFixedColumnSplitter.
    Remarks

    If set to Always the fixed column splitter will always be displayed. In the case where there are no fixed columns, the splitter will be located on the far left of the grid. If set to WhenFixedColumnsExist , the fixed column splitter will appear immediately after the fixed columns.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also