ClassDataFilterGroupNode
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class DataFilterGroupNode : RadTreeNode, IDataItem, ICloneable, INotifyPropertyChanged
Inheritance: objectRadTreeNodeDataFilterGroupNode
Derived Classes:
Implements:
Inherited Members
Constructors
DataFilterGroupNode()
Declaration
public DataFilterGroupNode()
Properties
AssociatedAddNode
Gets or sets the associated add node.
Declaration
public DataFilterAddNode AssociatedAddNode { get; set; }
Property Value
The associated add node.
CompositeDescriptor
Gets or sets the associated composite descriptor.
Declaration
public CompositeFilterDescriptor CompositeDescriptor { get; set; }
Property Value
The composite descriptor.
LogicalOperator
Gets or sets the logical operator of associated CompositeDescriptor.
Declaration
public virtual FilterLogicalOperator LogicalOperator { get; set; }
Property Value
The logical operator.
Methods
AddChildDescriptor(FilterDescriptor)
Adds child descriptor.
Declaration
public virtual void AddChildDescriptor(FilterDescriptor descriptorToAdd)
Parameters
descriptorToAdd
The descriptor to add.
Remove()
Removes the current tree node from the tree view control.
Declaration
public override void Remove()
Overrides
RemoveChildDescriptor(FilterDescriptor)
Removes child descriptor.
Declaration
public virtual void RemoveChildDescriptor(FilterDescriptor descriptorToRemove)
Parameters
descriptorToRemove
The descriptor to remove.
ToString()
Returns a string that represents the tree node.