Class DataFormComboBoxField
Inherited Members
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class DataFormComboBoxField : DataFormDataField
Constructors
DataFormComboBoxField()
Declaration
public DataFormComboBoxField()
Fields
DisplayMemberPathProperty
Declaration
public static readonly DependencyProperty DisplayMemberPathProperty
Field Value
Microsoft.
|
IsComboboxEditableProperty
Declaration
public static readonly DependencyProperty IsComboboxEditableProperty
Field Value
Microsoft.
|
ItemsSourceProperty
Declaration
public static readonly DependencyProperty ItemsSourceProperty
Field Value
Microsoft.
|
SelectedIndexProperty
Declaration
public static readonly DependencyProperty SelectedIndexProperty
Field Value
Microsoft.
|
SelectedValuePathProperty
Declaration
public static readonly DependencyProperty SelectedValuePathProperty
Field Value
Microsoft.
|
Properties
DisplayMemberPath
Declaration
public string DisplayMemberPath { get; set; }
Property Value
System.
|
IsComboboxEditable
Declaration
public bool IsComboboxEditable { get; set; }
Property Value
System.
|
ItemsSource
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
System.
|
SelectedIndex
Declaration
public int SelectedIndex { get; set; }
Property Value
System.
|
SelectedValuePath
Declaration
public string SelectedValuePath { get; set; }
Property Value
System.
|
Methods
GetControl()
Declaration
protected override Control GetControl()
Returns
Microsoft.
|
Overrides
GetControlBindingProperty()
Declaration
protected override DependencyProperty GetControlBindingProperty()
Returns
Microsoft.
|
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|
Overrides
OnUnloaded(Object, RoutedEventArgs)
Declaration
protected override void OnUnloaded(object sender, RoutedEventArgs e)
Parameters
System.
|
Microsoft.
|