Contains information about a lookup property.
Definition
Namespace:Telerik.Windows.Controls.Data.PropertyGrid
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
public class LookupPropertyDefinition : PropertyDefinition, INotifyPropertyChanged, ITypeDescriptorContext, IServiceProvider
Inheritance: objectPropertyDefinitionLookupPropertyDefinition
Implements:
Inherited Members
Constructors
C#
public LookupPropertyDefinition()
Fields
DisplayMemberPathProperty
DependencyProperty
Represents the DisplayMemberPath dependency property.
C#
public static readonly DependencyProperty DisplayMemberPathProperty
ItemsSourceProperty
DependencyProperty
Represents the ItemsSource dependency property.
C#
public static readonly DependencyProperty ItemsSourceProperty
SelectedValuePathProperty
DependencyProperty
Represents the SelectedValuePath dependency property.
C#
public static readonly DependencyProperty SelectedValuePathProperty
Properties
Gets or sets the display member path.
C#
public string DisplayMemberPath { get; set; }
Gets or sets the ItemsSource.
C#
public IEnumerable ItemsSource { get; set; }
Gets or sets the selected value path.
C#
public string SelectedValuePath { get; set; }