Class FrozenColumnsSplitterBase
Represents a base class for FrozenColumnSplitter.
Inheritance
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public abstract class FrozenColumnsSplitterBase : Control
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
System.Windows.DependencyProperty
The identifier for the HorizontalOffset property. |
ParentGridProperty
Identifies the ParentGrid dependency property.
Declaration
public static readonly DependencyProperty ParentGridProperty
Field Value
System.Windows.DependencyProperty
|
ParentRowProperty
Identifies the ParentRow dependency property.
Declaration
public static readonly DependencyProperty ParentRowProperty
Field Value
System.Windows.DependencyProperty
|
Properties
HorizontalOffset
Gets or sets horizontal offset. This is a dependency property.
Declaration
public double HorizontalOffset { get; set; }
Property Value
System.Double
|
ParentGrid
Gets or sets the parent RadGridView.
Declaration
public GridViewDataControl ParentGrid { get; set; }
Property Value
GridViewDataControl
The parent grid. |
ParentRow
Gets or sets the parent row.
Declaration
public FrameworkElement ParentRow { get; set; }
Property Value
System.Windows.FrameworkElement
The parent row. |