Class TreeGridCheckBoxFilterControl
Represents a control that provides excel like filter interface with list of check box’s.
Inheritance
Implements
Namespace: Syncfusion.UI.Xaml.TreeGrid.Filtering
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class TreeGridCheckBoxFilterControl : ContentControl, IDisposable
Constructors
TreeGridCheckBoxFilterControl()
Initializes a new instance of the
Declaration
public TreeGridCheckBoxFilterControl()
Fields
HasItemsSourceProperty
Identifies the
Declaration
public static readonly DependencyProperty HasItemsSourceProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty |
IsItemSourceLoadedProperty
Identifies the
Declaration
public static readonly DependencyProperty IsItemSourceLoadedProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty |
ItemsSourceProperty
Identifies the
Declaration
public static readonly DependencyProperty ItemsSourceProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty |
ItemTemplateProperty
Identifies the
Declaration
public static readonly DependencyProperty ItemTemplateProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty |
SearchOptionVisibilityProperty
Identifies the
Declaration
public static readonly DependencyProperty SearchOptionVisibilityProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty |
SearchTextBlockVisibilityProperty
Identifies the
Declaration
public static readonly DependencyProperty SearchTextBlockVisibilityProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty |
Properties
HasItemsSource
Gets or sets a value that indicates whether
Declaration
public bool HasItemsSource { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | True if |
IsItemSourceLoaded
Gets or sets a value that indicates whether ItemsSource is loaded in
Declaration
public bool IsItemSourceLoaded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | True if ItemsSource is loaded in |
ItemsSource
Gets or sets the collection that is used to generate the content of the
Declaration
public object ItemsSource { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The collection that is used to generate the content of the |
ItemTemplate
Gets or sets the template that is used to display the items in
Declaration
public DataTemplate ItemTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.DataTemplate | The template that is used to specify the visualization of the data objects.The default value is |
SearchOptionVisibility
Gets or sets a value indicating the visibility of the search option.
Declaration
public Visibility SearchOptionVisibility { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Visibility |
SearchTextBlockVisibility
Gets or sets a value indicating the visibility of the search watermark in the search textbox.
Declaration
public Visibility SearchTextBlockVisibility { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Visibility |
Methods
Dispose()
Disposes all the resources used by the
Declaration
public void Dispose()
Dispose(Boolean)
Disposes all the resources used by the
Declaration
protected virtual void Dispose(bool isDisposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isDisposing | Indicates whether the call is from Dispose method or from a finalizer. |
OnApplyTemplate()
Builds the visual tree for the
Declaration
public override void OnApplyTemplate()
Events
PropertyChanged
Occurs when the property value is changed.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
System.ComponentModel.PropertyChangedEventHandler |