Class FilterMenuTreeElement
Represents the filter menu tree-view element.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class FilterMenuTreeElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IRadListFilterElement
Constructors
FilterMenuTreeElement()
Declaration
public FilterMenuTreeElement()
Properties
DistinctListValues
Gets or sets the distinct list values.
Declaration
public RadListFilterDistinctValuesTable DistinctListValues { get; set; }
Property Value
RadListFilterDistinctValuesTable
The distinct list values. |
Implements
EnableBlanks
Sets whether to enable blanks.
Declaration
public bool EnableBlanks { set; }
Property Value
System.Boolean
The enable blanks. |
Implements
GroupedDateValues
Gets or sets the grouped date values.
Declaration
public bool GroupedDateValues { get; set; }
Property Value
System.Boolean
The grouped date values. |
SelectedMode
Gets or sets the selected mode.
Declaration
public ListFilterSelectedMode SelectedMode { get; set; }
Property Value
ListFilterSelectedMode
The selected mode. |
Implements
SelectedValues
Gets or sets the selected values.
Declaration
public RadListFilterDistinctValuesTable SelectedValues { get; set; }
Property Value
RadListFilterDistinctValuesTable
The selected values. |
Implements
TreeView
Gets the tree view.
Declaration
public RadTreeView TreeView { get; }
Property Value
RadTreeView
The tree view. |
Methods
CreateChildElements()
Called by the element when constructed. Allows inheritors to build the element tree.
Declaration
protected override void CreateChildElements()
Overrides
DisposeManagedResources()
Disposes the managed resources.
Declaration
protected override void DisposeManagedResources()
Overrides
Filter(String)
Filters the specified filter.
Declaration
public void Filter(string filter)
Parameters
System.String
filter
The filter. |
Implements
Initialize()
Initializes this instance.
Declaration
public void Initialize()
Implements
InitializeFields()
Initializes the fields.
Declaration
protected override void InitializeFields()
Overrides
Events
SelectionChanged
Declaration
public event EventHandler SelectionChanged
Event Type
System.EventHandler
|