Class RadGridSplitter
Represents the control that redistributes space between columns or rows of a Grid control.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadGridSplitter : RadBorderContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
RadGridSplitter()
Fields
GripperColorProperty
Identifies the Gripper
Declaration
public static readonly BindableProperty GripperColorProperty
Field Value
Microsoft.
|
ParentLevelProperty
Identifies the Parent
Declaration
public static readonly BindableProperty ParentLevelProperty
Field Value
Microsoft.
|
ResizeBehaviorProperty
Identifies the Resize
Declaration
public static readonly BindableProperty ResizeBehaviorProperty
Field Value
Microsoft.
|
ResizeDirectionProperty
Identifies the Resize
Declaration
public static readonly BindableProperty ResizeDirectionProperty
Field Value
Microsoft.
|
Properties
GripperColor
Gets or sets the color of the gripper.
Declaration
public Color GripperColor { get; set; }
Property Value
Microsoft.
|
ParentLevel
Gets or sets the level of the parent grid to resize.
Declaration
public int ParentLevel { get; set; }
Property Value
System.
|
ResizeBehavior
Gets or sets which Columns or Rows the Splitter resizes.
Declaration
public RadGridSplitter.GridResizeBehavior ResizeBehavior { get; set; }
Property Value
ResizeDirection
Gets or sets whether the Splitter resizes the Columns, Rows, or Both.
Declaration
public RadGridSplitter.GridResizeDirection ResizeDirection { get; set; }
Property Value
Methods
ChangeVisualState()
Declaration
protected override void ChangeVisualState()
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()