Class QuickAccessToolBar
Class represents QuickAccessToolBar
Inheritance
System.Object
QuickAccessToolBar
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Controls.SfRibbon
Assembly: Syncfusion.SfRibbon.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public class QuickAccessToolBar : ItemsControl, IDisposable
Constructors
QuickAccessToolBar()
Initializes a new instance of the QuickAccessToolBar class.
Declaration
public QuickAccessToolBar()
Fields
DisplayItemsCountProperty
Using a DependencyProperty as the backing store for DisplayItemsCount. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty DisplayItemsCountProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
DisplayItemsCount
Gets or sets the DisplayItemsCount
Declaration
[ClassReference(IsReviewed = false)]
public int DisplayItemsCount { get; set; }
Property Value
Type |
---|
System.Int32 |
Methods
Dispose()
dispose method
Declaration
public void Dispose()
Dispose(Boolean)
Method for disposing
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | disposing parameter |
OnApplyTemplate()
Initializes all the child elements of the QuickAccessToolBar
Declaration
protected override void OnApplyTemplate()
Implements
System.IDisposable