Class DataFilterComboDescriptorItem
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class DataFilterComboDescriptorItem : DataFilterDescriptorItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Constructors
DataFilterComboDescriptorItem()
Declaration
public DataFilterComboDescriptorItem()
DataFilterComboDescriptorItem(String, Type)
Declaration
public DataFilterComboDescriptorItem(string propertyName, Type propertyType)
Parameters
System.String
propertyName
|
System.Type
propertyType
|
DataFilterComboDescriptorItem(String, Type, Object, String, String)
Declaration
public DataFilterComboDescriptorItem(string propertyName, Type propertyType, object dataSource, string displayMember, string valueMember)
Parameters
System.String
propertyName
|
System.Type
propertyType
|
System.Object
dataSource
|
System.String
displayMember
|
System.String
valueMember
|
DataFilterComboDescriptorItem(String, Type, Object, String, String, RadDropDownStyle, AutoCompleteMode)
Declaration
public DataFilterComboDescriptorItem(string propertyName, Type propertyType, object dataSource, string displayMember, string valueMember, RadDropDownStyle dropDownStyle, AutoCompleteMode autoCompleteMode)
Parameters
System.String
propertyName
|
System.Type
propertyType
|
System.Object
dataSource
|
System.String
displayMember
|
System.String
valueMember
|
RadDropDownStyle
dropDownStyle
|
System.Windows.Forms.AutoCompleteMode
autoCompleteMode
|
Properties
AutoCompleteMode
Specifies the mode for the automatic completion feature used in the TreeViewDropDownListEditor.
Declaration
public AutoCompleteMode AutoCompleteMode { get; set; }
Property Value
System.Windows.Forms.AutoCompleteMode
|
DataSource
Gets or sets the data source that populates the items for the TreeViewDropDownListEditor.
Declaration
public object DataSource { get; set; }
Property Value
System.Object
|
DisplayMember
Gets or sets a string that specifies the property or database column from which to retrieve strings for display in the TreeViewDropDownListEditor items.
Declaration
public string DisplayMember { get; set; }
Property Value
System.String
|
DropDownStyle
Gets or sets a value specifying the style of the TreeViewDropDownListEditor.
Declaration
public RadDropDownStyle DropDownStyle { get; set; }
Property Value
RadDropDownStyle
|
ValueMember
Gets or sets a string that specifies the property or database column from which to get values that correspond to the items in the TreeViewDropDownListEditor.
Declaration
public string ValueMember { get; set; }
Property Value
System.String
|
Methods
GetDefaultDescriptorValue()
Declaration
protected override object GetDefaultDescriptorValue()
Returns
System.Object
|
Overrides
GetDisplayMember(Object)
Declaration
protected virtual object GetDisplayMember(object value)
Parameters
System.Object
value
|
Returns
System.Object
|
InitializeFields()
Declaration
protected override void InitializeFields()