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