UWP

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ClientToolBar - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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 Description
    Windows.UI.Xaml.DependencyProperty

    Properties

    Caption

    Gets or sets the caption for toolbar.

    Declaration
    public string Caption { get; set; }
    Property Value
    Type Description
    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved