Class DockRenderer
Represents the DockRenderer class which arranges the children in layout for mobile device
Inheritance
System.Object
DockRenderer
Namespace: Syncfusion.UI.Xaml.Controls.Layout
Assembly: Syncfusion.SfDockingManager.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public class DockRenderer : Control
Constructors
DockRenderer()
Initializes a new instance of the DockRenderer class.
Declaration
[ClassReference(IsReviewed = false)]
public DockRenderer()
Methods
OnApplyTemplate()
Initializes all the child elements of DockRenderer control.
Declaration
protected override void OnApplyTemplate()