Class DataFilterCriteriaNode
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class DataFilterCriteriaNode : RadTreeNode, IDataItem, ICloneable, INotifyPropertyChanged
Constructors
DataFilterCriteriaNode()
Declaration
public DataFilterCriteriaNode()
Properties
Descriptor
Gets or sets the associated filter descriptor.
Declaration
public FilterDescriptor Descriptor { get; set; }
Property Value
FilterDescriptor
The descriptor. |
DescriptorItem
Gets or sets the descriptor item.
Declaration
public DataFilterDescriptorItem DescriptorItem { get; set; }
Property Value
DataFilterDescriptorItem
The descriptor item. |
DescriptorValue
Gets or sets the value of associated filter descriptor.
Declaration
public object DescriptorValue { get; set; }
Property Value
System.Object
The descriptor value. |
FilterOperator
Gets or sets the filter operator of associated filter descriptor.
Declaration
public FilterOperator FilterOperator { get; set; }
Property Value
FilterOperator
The filter operator. |
PropertyName
Gets or sets the property name of associated filter descriptor.
Declaration
public string PropertyName { get; set; }
Property Value
System.String
The name of the property. |
Value
Gets or sets the node value.
Declaration
public override object Value { get; set; }
Property Value
System.Object
The text. |
Overrides
ValueType
Gets the type of the value.
Declaration
public Type ValueType { get; }
Property Value
System.Type
The type of the value. |
Methods
GetFormattedValue()
Gets the formatted value.
Declaration
protected virtual string GetFormattedValue()
Returns
System.String
|
Remove()
Removes the current tree node from the tree view control.
Declaration
public override void Remove()
Overrides
ToString()
Declaration
public override string ToString()
Returns
System.String
|