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