Class
RadGridSplitter

Represents the control that redistributes space between columns or rows of a Grid control.

Definition

Namespace:Telerik.UI.Xaml.Controls.Primitives

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class RadGridSplitter : Control

Inheritance: objectRadGridSplitter

Constructors

RadGridSplitter()

Initializes a new instance of the RadGridSplitter class.

Declaration

cs-api-definition
public RadGridSplitter()

Fields

CursorBehaviorProperty

Identifies the CursorBehavior dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty CursorBehaviorProperty

Field Value

DependencyProperty

ElementProperty

Identifies the Element dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ElementProperty

Field Value

DependencyProperty

GripperCursorProperty

Identifies the GripperCursor dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty GripperCursorProperty

Field Value

DependencyProperty

GripperCustomCursorResourceProperty

Identifies the GripperCustomCursorResource dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty GripperCustomCursorResourceProperty

Field Value

DependencyProperty

GripperForegroundProperty

Identifies the GripperForeground dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty GripperForegroundProperty

Field Value

DependencyProperty

ParentLevelProperty

Identifies the ParentLevel dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ParentLevelProperty

Field Value

DependencyProperty

ResizeBehaviorProperty

Identifies the ResizeBehavior dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ResizeBehaviorProperty

Field Value

DependencyProperty

ResizeDirectionProperty

Identifies the ResizeDirection dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ResizeDirectionProperty

Field Value

DependencyProperty

Properties

CursorBehavior

Gets or sets splitter cursor on hover behavior

Declaration

cs-api-definition
public RadGridSplitter.SplitterCursorBehavior CursorBehavior { get; set; }

Property Value

RadGridSplitter.SplitterCursorBehavior

Element

Gets or sets the visual content of this Grid Splitter

Declaration

cs-api-definition
public UIElement Element { get; set; }

Property Value

UIElement

GripperCursor

Gets or sets the gripper Cursor type

Declaration

cs-api-definition
public RadGridSplitter.GripperCursorType GripperCursor { get; set; }

Property Value

RadGridSplitter.GripperCursorType

GripperCustomCursorResource

Gets or sets the gripper Custom Cursor resource number

Declaration

cs-api-definition
public int GripperCustomCursorResource { get; set; }

Property Value

int

GripperForeground

Gets or sets the foreground color of grid splitter grip

Declaration

cs-api-definition
public Brush GripperForeground { get; set; }

Property Value

Brush

ParentLevel

Gets or sets the level of the parent grid to resize

Declaration

cs-api-definition
public int ParentLevel { get; set; }

Property Value

int

ResizeBehavior

Gets or sets which Columns or Rows the Splitter resizes.

Declaration

cs-api-definition
public RadGridSplitter.GridResizeBehavior ResizeBehavior { get; set; }

Property Value

RadGridSplitter.GridResizeBehavior

ResizeDirection

Gets or sets whether the Splitter resizes the Columns, Rows, or Both.

Declaration

cs-api-definition
public RadGridSplitter.GridResizeDirection ResizeDirection { get; set; }

Property Value

RadGridSplitter.GridResizeDirection

Methods

OnApplyTemplate()

Declaration

cs-api-definition
protected override void OnApplyTemplate()

OnKeyDown(KeyRoutedEventArgs)

Declaration

cs-api-definition
protected override void OnKeyDown(KeyRoutedEventArgs e)

Parameters

e

KeyRoutedEventArgs

OnManipulationCompleted(ManipulationCompletedRoutedEventArgs)

Declaration

cs-api-definition
protected override void OnManipulationCompleted(ManipulationCompletedRoutedEventArgs e)

Parameters

e

ManipulationCompletedRoutedEventArgs

OnManipulationDelta(ManipulationDeltaRoutedEventArgs)

Declaration

cs-api-definition
protected override void OnManipulationDelta(ManipulationDeltaRoutedEventArgs e)

Parameters

e

ManipulationDeltaRoutedEventArgs

OnManipulationStarted(ManipulationStartedRoutedEventArgs)

Declaration

cs-api-definition
protected override void OnManipulationStarted(ManipulationStartedRoutedEventArgs e)

Parameters

e

ManipulationStartedRoutedEventArgs