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 GripperColor property.
Declaration
public static readonly BindableProperty GripperColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ParentLevelProperty
Identifies the ParentLevel property.
Declaration
public static readonly BindableProperty ParentLevelProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ResizeBehaviorProperty
Identifies the ResizeBehavior property.
Declaration
public static readonly BindableProperty ResizeBehaviorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ResizeDirectionProperty
Identifies the ResizeDirection property.
Declaration
public static readonly BindableProperty ResizeDirectionProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
GripperColor
Gets or sets the color of the gripper.
Declaration
public Color GripperColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
ParentLevel
Gets or sets the level of the parent grid to resize.
Declaration
public int ParentLevel { get; set; }
Property Value
System.Int32
|
ResizeBehavior
Gets or sets which Columns or Rows the Splitter resizes.
Declaration
public RadGridSplitter.GridResizeBehavior ResizeBehavior { get; set; }
Property Value
RadGridSplitter.GridResizeBehavior
|
ResizeDirection
Gets or sets whether the Splitter resizes the Columns, Rows, or Both.
Declaration
public RadGridSplitter.GridResizeDirection ResizeDirection { get; set; }
Property Value
RadGridSplitter.GridResizeDirection
|
Methods
ChangeVisualState()
Declaration
protected override void ChangeVisualState()
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()