Class
LookupPropertyDefinition

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: INotifyPropertyChangedIServiceProviderITypeDescriptorContext

Inherited Members PropertyDefinition.IsExpandedPropertyPropertyDefinition.OrderIndexPropertyPropertyDefinition.GroupNamePropertyPropertyDefinition.EditorTemplatePropertyPropertyDefinition.VisibilityPropertyPropertyDefinition.DisplayNamePropertyPropertyDefinition.LabelStylePropertyPropertyDefinition.DescriptionPropertyPropertyDefinition.IsSelectedPropertyPropertyDefinition.IsCurrentPropertyPropertyDefinition.IsReadOnlyPropertyPropertyDefinition.OnIsExpandedPropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs)PropertyDefinition.OnOrderIndexChanged(DependencyObject, DependencyPropertyChangedEventArgs)PropertyDefinition.OnGroupNamePropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs)PropertyDefinition.OnEditorTemplateChanged(DependencyObject, DependencyPropertyChangedEventArgs)PropertyDefinition.OnVisibilityPropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs)PropertyDefinition.OnDescriptionChanged(DependencyObject, DependencyPropertyChangedEventArgs)PropertyDefinition.OnPropertyChanged(string)PropertyDefinition.OnComponentChanging()PropertyDefinition.OnComponentChanged()PropertyDefinition.GetService(Type)PropertyDefinition.OnIsReadOnlyPropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs)PropertyDefinition.ValuePropertyDefinition.IsExpandedPropertyDefinition.SourcePropertyPropertyDefinition.OrderIndexPropertyDefinition.GroupNamePropertyDefinition.EditorTemplatePropertyDefinition.VisibilityPropertyDefinition.DisplayNamePropertyDefinition.LabelStylePropertyDefinition.DescriptionPropertyDefinition.IsSelectedPropertyDefinition.IsCurrentPropertyDefinition.ParentPropertyPropertyDefinition.AutoGeneratedPathPropertyDefinition.BindingPropertyDefinition.HasNestedPropertiesPropertyDefinition.NestedPropertiesPropertyDefinition.IsFilteredPropertyDefinition.SearchStringPropertyDefinition.ContainerPropertyDefinition.InstancePropertyDefinition.PropertyDescriptorPropertyDefinition.IsReadOnlyPropertyDefinition.IsReadOnlyCompositePropertyDefinition.PropertyChanged

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.

Declaration

cs-api-definition
public string DisplayMemberPath { get; set; }

Property Value

string

ItemsSource

Gets or sets the ItemsSource.

Declaration

cs-api-definition
public IEnumerable ItemsSource { get; set; }

Property Value

IEnumerable

SelectedValuePath

Gets or sets the selected value path.

Declaration

cs-api-definition
public string SelectedValuePath { get; set; }

Property Value

string