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 Frozen
Declaration
protected FrozenColumnsSplitterBase()
Fields
HorizontalOffsetProperty
Identifies the Horizontal
Declaration
public static readonly DependencyProperty HorizontalOffsetProperty
Field Value
System. The identifier for the Horizontal |
ParentGridProperty
Identifies the Parent
Declaration
public static readonly DependencyProperty ParentGridProperty
Field Value
System.
|
ParentRowProperty
Identifies the Parent
Declaration
public static readonly DependencyProperty ParentRowProperty
Field Value
System.
|
Properties
HorizontalOffset
Gets or sets horizontal offset. This is a dependency property.
Declaration
public double HorizontalOffset { get; set; }
Property Value
System.
|
ParentGrid
Gets or sets the parent RadGridView.
Declaration
public GridViewDataControl ParentGrid { get; set; }
Property Value
Grid The parent grid. |
ParentRow
Gets or sets the parent row.
Declaration
public FrameworkElement ParentRow { get; set; }
Property Value
System. The parent row. |