ClassDataFilterComboDescriptorItem
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class DataFilterComboDescriptorItem : DataFilterDescriptorItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IBindableComponent, IComponent, IDisposable, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Inheritance: objectDisposableObjectRadObjectRadElementVisualElementRadComponentElementRadItemDataFilterDescriptorItemDataFilterComboDescriptorItem
Implements:
Inherited Members
Constructors
DataFilterComboDescriptorItem()
Declaration
public DataFilterComboDescriptorItem()
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
propertyName
propertyType
dataSource
displayMember
valueMember
dropDownStyle
autoCompleteMode
Properties
AutoCompleteMode
Specifies the mode for the automatic completion feature used in the TreeViewDropDownListEditor.
Declaration
[Browsable(true)]
public AutoCompleteMode AutoCompleteMode { get; set; }
Property Value
DataSource
Gets or sets the data source that populates the items for the TreeViewDropDownListEditor.
Declaration
[Browsable(true)]
public object DataSource { get; set; }
Property Value
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
[Browsable(true)]
[TypeConverter("System.Windows.Forms.Design.DataMemberFieldConverter, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public string DisplayMember { get; set; }
Property Value
DropDownStyle
Gets or sets a value specifying the style of the TreeViewDropDownListEditor.
Declaration
[Browsable(true)]
public RadDropDownStyle DropDownStyle { get; set; }
Property Value
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
[Browsable(true)]
public string ValueMember { get; set; }
Property Value
Methods
GetDefaultDescriptorValue()
Declaration
protected override object GetDefaultDescriptorValue()
Returns
Overrides
InitializeFields()
Initializes the fields of this instance with their default values.
Declaration
protected override void InitializeFields()
Overrides