Skip to main content

DataLayoutControlAutoGeneratingItemEventArgs.PropertyName Property

Gets the name of the property to which the generated layout item is bound.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v23.2.dll

NuGet Package: DevExpress.Wpf.LayoutControl

Declaration

public string PropertyName { get; }

Property Value

Type Description
String

A string that is the bound property name.

See Also