WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RibbonGalleryFilter

    Show / Hide Table of Contents

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

    Properties

    Label

    Gets or sets the label of the filter.

    Declaration
    public string Label { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved