Class DataFilterDescriptorItem
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class DataFilterDescriptorItem : RadItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Constructors
DataFilterDescriptorItem()
Declaration
public DataFilterDescriptorItem()
DataFilterDescriptorItem(String, Type)
Declaration
public DataFilterDescriptorItem(string descriptorName, Type descriptorType)
Parameters
System.String
descriptorName
|
System.Type
descriptorType
|
Properties
DefaultFilterOperator
Gets or sets the default filter operator.
Declaration
public virtual FilterOperator DefaultFilterOperator { get; set; }
Property Value
FilterOperator
The default filter operator. |
DefaultValue
Gets or sets the default value.
Declaration
public object DefaultValue { get; set; }
Property Value
System.Object
The default value. |
DescriptorName
Gets or sets the name of the descriptor.
Declaration
public string DescriptorName { get; set; }
Property Value
System.String
The name of the descriptor. |
DescriptorType
Gets or sets the type of the descriptor.
Declaration
public Type DescriptorType { get; set; }
Property Value
System.Type
The type of the descriptor. |
FilterOperators
Gets the filter operators.
Declaration
public IList<FilterOperator> FilterOperators { get; }
Property Value
System.Collections.Generic.IList<FilterOperator>
The filter operators. |
IsAutoGenerated
Gets or sets a value indicating if this descriptor item is auto generated.
Declaration
public bool IsAutoGenerated { get; set; }
Property Value
System.Boolean
The is auto generated. |
Methods
GetDefaultDescriptorValue()
Declaration
protected virtual object GetDefaultDescriptorValue()
Returns
System.Object
|
GetDefaultFilterOperator(Type)
Declaration
protected virtual FilterOperator GetDefaultFilterOperator(Type dataType)
Parameters
System.Type
dataType
|
Returns
FilterOperator
|
InitializeFields()
ToString()
Declaration
public override string ToString()
Returns
System.String
|