Class SplitterGrip
Represents the control that redistributes space between columns or rows of a Grid control.
Inheritance
System.Object
SplitterGrip
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Controls.Layout
Assembly: Syncfusion.SfDockingManager.UWP.dll
Syntax
public class SplitterGrip : Control, IDisposable
Constructors
SplitterGrip()
Initializes a new instance of the System.Windows.Controls.SplitterGrip class.
Declaration
public SplitterGrip()
Methods
Dispose()
Represents dispose method for disposing unwanted objects
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | disposing |
OnApplyTemplate()
Builds the visual tree for the System.Windows.Controls.SplitterGrip control when a new template is applied.
Declaration
protected override void OnApplyTemplate()
Implements
System.IDisposable