ClassDataFormComboBoxField
Data field displaying and editing Enumeration and lookup data.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
[TelerikToolboxCategory("Input")]
public class DataFormComboBoxField : DataFormDataField
Inheritance: objectDataFormDataFieldDataFormComboBoxField
Inherited Members
Constructors
DataFormComboBoxField()
Declaration
public DataFormComboBoxField()
Fields
DisplayMemberPathProperty
Identifies the DisplayMemberPath dependency property.
Declaration
public static readonly DependencyProperty DisplayMemberPathProperty
Field Value
DependencyProperty
IsComboboxEditableProperty
Represents the IsComboBoxEditable dependency property.
Declaration
public static readonly DependencyProperty IsComboboxEditableProperty
Field Value
DependencyProperty
ItemsSourceProperty
Represents the ItemsSource dependency property.
Declaration
public static readonly DependencyProperty ItemsSourceProperty
Field Value
DependencyProperty
SelectedIndexProperty
Represents the SelectedIndex dependency property.
Declaration
public static readonly DependencyProperty SelectedIndexProperty
Field Value
DependencyProperty
SelectedValuePathProperty
Identifies the SelectedValuePath dependency property.
Declaration
public static readonly DependencyProperty SelectedValuePathProperty
Field Value
DependencyProperty
Properties
DisplayMemberPath
Gets or sets the DisplayMemberPath.
IsComboboxEditable
Gets or sets a value indicating whether the user can edit text in the text box portion of the ComboBox editor.
ItemsSource
Gets or Sets the ItemsSource to be used by the internal combo.
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
SelectedIndex
Gets or sets the index of the selected item.
Declaration
public int SelectedIndex { get; set; }
Property Value
The index of the selected.
SelectedValuePath
Gets or sets the SelectedValuePath.
Methods
GetControl()
Returns a control to display and edit the underlying data.
Declaration
protected override Control GetControl()
Returns
Control
Overrides
GetControlBindingProperty()
Returns the dependency property of the control to be bound to the underlying data.
Declaration
protected override DependencyProperty GetControlBindingProperty()
Returns
DependencyProperty
Overrides
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific AutomationPeer implementation.
Overrides
OnUnloaded(object, RoutedEventArgs)
Called when DataFormDataField gets unloaded.
Declaration
protected override void OnUnloaded(object sender, RoutedEventArgs e)
Parameters
sender
The sender.
e
RoutedEventArgs
The RoutedEventArgs instance containing the event data.
Overrides