Class LookupPropertyDefinition
Inherited Members
PropertyDefinition.OnIsExpandedPropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs)
PropertyDefinition.OnVisibilityPropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Namespace: Telerik.UI.Xaml.Controls.Data.PropertyGrid
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class LookupPropertyDefinition : PropertyDefinition, INotifyPropertyChanged, ITypeDescriptorContext, IServiceProvider
Constructors
LookupPropertyDefinition()
Declaration
public LookupPropertyDefinition()
Fields
DisplayMemberPathProperty
Declaration
public static readonly DependencyProperty DisplayMemberPathProperty
Field Value
Microsoft.
|
ItemsSourceProperty
Declaration
public static readonly DependencyProperty ItemsSourceProperty
Field Value
Microsoft.
|
SelectedValuePathProperty
Declaration
public static readonly DependencyProperty SelectedValuePathProperty
Field Value
Microsoft.
|
Properties
DisplayMemberPath
Declaration
public string DisplayMemberPath { get; set; }
Property Value
System.
|
ItemsSource
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
System.
|
SelectedValuePath
Declaration
public string SelectedValuePath { get; set; }
Property Value
System.
|