Class RadGridSplitter
Inheritance
System.Object
RadGridSplitter
Namespace: Telerik.UI.Xaml.Controls.Primitives
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadGridSplitter : Control
Constructors
RadGridSplitter()
Declaration
public RadGridSplitter()
Fields
CursorBehaviorProperty
Declaration
public static readonly DependencyProperty CursorBehaviorProperty
Field Value
Microsoft.
|
ElementProperty
Declaration
public static readonly DependencyProperty ElementProperty
Field Value
Microsoft.
|
GripperCursorProperty
Declaration
public static readonly DependencyProperty GripperCursorProperty
Field Value
Microsoft.
|
GripperCustomCursorResourceProperty
Declaration
public static readonly DependencyProperty GripperCustomCursorResourceProperty
Field Value
Microsoft.
|
GripperForegroundProperty
Declaration
public static readonly DependencyProperty GripperForegroundProperty
Field Value
Microsoft.
|
ParentLevelProperty
Declaration
public static readonly DependencyProperty ParentLevelProperty
Field Value
Microsoft.
|
ResizeBehaviorProperty
Declaration
public static readonly DependencyProperty ResizeBehaviorProperty
Field Value
Microsoft.
|
ResizeDirectionProperty
Declaration
public static readonly DependencyProperty ResizeDirectionProperty
Field Value
Microsoft.
|
Properties
CursorBehavior
Declaration
public RadGridSplitter.SplitterCursorBehavior CursorBehavior { get; set; }
Property Value
Element
Declaration
public UIElement Element { get; set; }
Property Value
Microsoft.
|
GripperCursor
Declaration
public RadGridSplitter.GripperCursorType GripperCursor { get; set; }
Property Value
GripperCustomCursorResource
Declaration
public int GripperCustomCursorResource { get; set; }
Property Value
System.
|
GripperForeground
Declaration
public Brush GripperForeground { get; set; }
Property Value
Microsoft.
|
ParentLevel
Declaration
public int ParentLevel { get; set; }
Property Value
System.
|
ResizeBehavior
Declaration
public RadGridSplitter.GridResizeBehavior ResizeBehavior { get; set; }
Property Value
ResizeDirection
Declaration
public RadGridSplitter.GridResizeDirection ResizeDirection { get; set; }
Property Value
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
OnKeyDown(KeyRoutedEventArgs)
Declaration
protected override void OnKeyDown(KeyRoutedEventArgs e)
Parameters
Microsoft.
|
OnManipulationCompleted(ManipulationCompletedRoutedEventArgs)
Declaration
protected override void OnManipulationCompleted(ManipulationCompletedRoutedEventArgs e)
Parameters
Microsoft.
|
OnManipulationDelta(ManipulationDeltaRoutedEventArgs)
Declaration
protected override void OnManipulationDelta(ManipulationDeltaRoutedEventArgs e)
Parameters
Microsoft.
|
OnManipulationStarted(ManipulationStartedRoutedEventArgs)
Declaration
protected override void OnManipulationStarted(ManipulationStartedRoutedEventArgs e)
Parameters
Microsoft.
|