Class
FrozenColumnsSplitterBase

Represents a base class for FrozenColumnSplitter.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public abstract class FrozenColumnsSplitterBase : Control

Inheritance: objectFrozenColumnsSplitterBase

Derived Classes: FrozenColumnsSplitterFrozenColumnsSplitterRightSide

Constructors

FrozenColumnsSplitterBase()

Initializes a new instance of the FrozenColumnsSplitterBase class.

Declaration

cs-api-definition
protected FrozenColumnsSplitterBase()

Fields

HorizontalOffsetProperty

Identifies the HorizontalOffset property.

Declaration

cs-api-definition
public static readonly DependencyProperty HorizontalOffsetProperty

Field Value

DependencyProperty

The identifier for the HorizontalOffset property.

ParentGridProperty

Identifies the ParentGrid dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ParentGridProperty

Field Value

DependencyProperty

ParentRowProperty

Identifies the ParentRow dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ParentRowProperty

Field Value

DependencyProperty

Properties

HorizontalOffset

Gets or sets horizontal offset. This is a dependency property.

Declaration

cs-api-definition
public double HorizontalOffset { get; set; }

Property Value

double

ParentGrid

Gets or sets the parent RadGridView.

Declaration

cs-api-definition
public GridViewDataControl ParentGrid { get; set; }

Property Value

GridViewDataControl

The parent grid.

ParentRow

Gets or sets the parent row.

Declaration

cs-api-definition
public FrameworkElement ParentRow { get; set; }

Property Value

FrameworkElement

The parent row.