ClassDataFilterCriteriaNode
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class DataFilterCriteriaNode : RadTreeNode, IDataItem, ICloneable, INotifyPropertyChanged
Inheritance: objectRadTreeNodeDataFilterCriteriaNode
Implements:
Inherited Members
Constructors
DataFilterCriteriaNode()
Declaration
public DataFilterCriteriaNode()
Properties
Descriptor
Gets or sets the associated filter descriptor.
Declaration
public FilterDescriptor Descriptor { get; set; }
Property Value
The descriptor.
DescriptorItem
Gets or sets the descriptor item.
Declaration
public DataFilterDescriptorItem DescriptorItem { get; set; }
Property Value
The descriptor item.
DescriptorValue
Gets or sets the value of associated filter descriptor.
Declaration
public object DescriptorValue { get; set; }
Property Value
The descriptor value.
FilterOperator
Gets or sets the filter operator of associated filter descriptor.
Declaration
public FilterOperator FilterOperator { get; set; }
Property Value
The filter operator.
PropertyName
Gets or sets the property name of associated filter descriptor.
Declaration
public string PropertyName { get; set; }
Property Value
The name of the property.
Value
Gets or sets the node value.
Declaration
public override object Value { get; set; }
Property Value
The text.
Overrides
Methods
GetFormattedValue()
Gets the formatted value.
Remove()
Removes the current tree node from the tree view control.
Declaration
public override void Remove()
Overrides
ToString()
Returns a string that represents the tree node.