ClassFrozenColumnsSplitterBase
Represents a base class for FrozenColumnSplitter.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public abstract class FrozenColumnsSplitterBase : Control
Inheritance: objectFrozenColumnsSplitterBase
Derived Classes:
Constructors
FrozenColumnsSplitterBase()
Initializes a new instance of the FrozenColumnsSplitterBase class.
Declaration
protected FrozenColumnsSplitterBase()
Fields
HorizontalOffsetProperty
Identifies the HorizontalOffset property.
Declaration
public static readonly DependencyProperty HorizontalOffsetProperty
Field Value
DependencyProperty
The identifier for the HorizontalOffset property.
ParentGridProperty
Identifies the ParentGrid dependency property.
Declaration
public static readonly DependencyProperty ParentGridProperty
Field Value
DependencyProperty
ParentRowProperty
Identifies the ParentRow dependency property.
Declaration
public static readonly DependencyProperty ParentRowProperty
Field Value
DependencyProperty
Properties
HorizontalOffset
Gets or sets horizontal offset. This is a dependency property.
ParentGrid
Gets or sets the parent RadGridView.
Declaration
public GridViewDataControl ParentGrid { get; set; }
Property Value
The parent grid.
ParentRow
Gets or sets the parent row.
Declaration
public FrameworkElement ParentRow { get; set; }
Property Value
FrameworkElement
The parent row.