Class AdvancedFilterControl
Class that represent a control to provides advanced filter options to filter the data.
Inheritance
System.Object
AdvancedFilterControl
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Spreadsheet
Assembly: Syncfusion.SfSpreadsheet.WPF.dll
Syntax
public class AdvancedFilterControl : ContentControl, IDisposable
Constructors
AdvancedFilterControl()
Set the default style of the AdvancedFilterControl class and initializes a new instance of the AdvancedFilterControl class.
Declaration
public AdvancedFilterControl()
Methods
Dispose()
Disposes all the resources used by the AdvancedFilterControl class.
Declaration
public void Dispose()
Dispose(Boolean)
Disposes all the resources used by the AdvancedFilterControl class.
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 AdvancedFilterControl when a new template is applied.
Declaration
public override void OnApplyTemplate()
Implements
System.IDisposable