Skip to main content
A newer version of this page is available. .

IModelMemberViewItem.PropertyName Property

Specifies the name of the property that the current column displays in a UI.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

[Required]
string PropertyName { get; set; }

Property Value

Type Description
String

A string specifying the name of the property that the current column displays in a UI.

See Also