Class ClientToolBar
Represents the client toolbar to hold toolbar items.
Inheritance
System.Object
ClientToolBar
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.PivotClient
Assembly: Syncfusion.SfPivotClient.UWP.dll
Syntax
public class ClientToolBar : ItemsControl, IDisposable
Constructors
ClientToolBar()
Initializes a new instance of the ClientToolBar class.
Declaration
public ClientToolBar()
Fields
CaptionProperty
Identifies the Caption dependency property.
Declaration
public static DependencyProperty CaptionProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
Caption
Gets or sets the caption for toolbar.
Declaration
public string Caption { get; set; }
Property Value
Type |
---|
System.String |
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
OnApplyTemplate()
Builds the visual tree for this control when a new template is applied.
Declaration
protected override void OnApplyTemplate()
OnItemsChanged(Object)
Called when items changed in this client tool bar.
Declaration
protected override void OnItemsChanged(object e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | e |
Implements
System.IDisposable