Skip to main content
.NET 6.0+

ExpandObjectMembersAttribute.MemberName Property

Specifies the name of a single property that should be displayed in the parent object View.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public string MemberName { get; }

Property Value

Type Description
String

A string which is the name of a single property that should be displayed in the parent object View.

See Also