New to Telerik UI for WPFStart a free 30-day trial

Represents a base class for splitters used to manage frozen columns in a RadGridView.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public abstract class FrozenColumnsSplitterBase : Control

Inheritance: objectFrozenColumnsSplitterBase

Derived Classes: FrozenColumnsSplitterFrozenColumnsSplitterRightSide

Constructors

Initializes a new instance of the FrozenColumnsSplitterBase class.

C#
protected FrozenColumnsSplitterBase()

Fields

HorizontalOffsetProperty

DependencyProperty

Identifies the HorizontalOffset property.

C#
public static readonly DependencyProperty HorizontalOffsetProperty
Field Value:

The identifier for the HorizontalOffset property.

ParentGridProperty

DependencyProperty

Identifies the ParentGrid dependency property.

C#
public static readonly DependencyProperty ParentGridProperty

ParentRowProperty

DependencyProperty

Identifies the ParentRow dependency property.

C#
public static readonly DependencyProperty ParentRowProperty

Properties

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

C#
public double HorizontalOffset { get; set; }

Gets or sets the parent RadGridView.

C#
public GridViewDataControl ParentGrid { get; set; }
Property Value:

The parent grid.

ParentRow

FrameworkElement

Gets or sets the parent row.

C#
public FrameworkElement ParentRow { get; set; }
Property Value:

The parent row.