Xceed Grid for WinForms v4.3 Documentation
FixedColumnSplitter Class
Members 


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace : FixedColumnSplitter Class
Represents the area in a grid used as a splitter between the fixed columns and the scrollable columns.
Syntax
'Declaration
 
<DefaultEventAttribute("Click")>
<DesignerAttribute("Xceed.Grid.Design.GridElementDesigner,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
<DesignTimeVisibleAttribute(False)>
<DefaultPropertyAttribute("BackColor")>
<ToolboxItemAttribute(False)>
Public Class FixedColumnSplitter 
   Inherits VisualGridElement
'Usage
 
Dim instance As FixedColumnSplitter
[DefaultEvent("Click")]
[Designer("Xceed.Grid.Design.GridElementDesigner,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
[DesignTimeVisible(false)]
[DefaultProperty("BackColor")]
[ToolboxItem(false)]
public class FixedColumnSplitter : VisualGridElement 
Remarks

The fixed column splitter is located immediately to the right of the fixed columns and can be used to add or remove fixed columns.

The fixed column splitter's gripper is painted only in a ColumnManagerRow.

To prevent the fixed column splitter from being displayed in a row, the row's ShowFixedColumnSplitter property can be used.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      Xceed.Grid.GridElementBase
         Xceed.Grid.GridElement
            Xceed.Grid.VisualGridElement
               Xceed.Grid.FixedColumnSplitter

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

Reference

FixedColumnSplitter Members
Xceed.Grid Namespace