Class RibbonGalleryFilter
Represents RibbonGalleryFilter class.
Inheritance
System.Object
RibbonGalleryFilter
Implements
System.IDisposable
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class RibbonGalleryFilter : DependencyObject, IDisposable
Constructors
RibbonGalleryFilter()
Initializes a new instance of the RibbonGalleryFilter class.
Declaration
public RibbonGalleryFilter()
Fields
LabelProperty
Defines label of the filter. This is a dependency property.
Declaration
public static readonly DependencyProperty LabelProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Label
Gets or sets the label of the filter.
Declaration
public string Label { get; set; }
Property Value
Type |
---|
System.String |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable