menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDataFilterCheckedListBoxItem - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridDataFilterCheckedListBoxItem

    Customized ListBoxItem implemented for Filters in Grid Data Control.

    Inheritance
    System.Object
    GridDataFilterCheckedListBoxItem
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridDataFilterCheckedListBoxItem : ListBoxItem, INotifyPropertyChanged

    Constructors

    GridDataFilterCheckedListBoxItem()

    Declaration
    public GridDataFilterCheckedListBoxItem()

    Properties

    ActualValue

    Gets or sets the value.

    Declaration
    public object ActualValue { get; set; }
    Property Value
    Type Description
    System.Object

    The value.

    IsChecked

    Gets or sets a value indicating whether this instance is checked.

    Declaration
    public bool? IsChecked { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    true if this instance is checked; otherwise, false.

    ItemType

    Declaration
    public Type ItemType { get; set; }
    Property Value
    Type
    System.Type

    Text

    Gets or sets the text.

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

    The text.

    Events

    PropertyChanged

    Occurs when a property value changes.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved