Skip to main content
.NET 8.0+

ViewProperty.Name Property

Gets or sets the property’s name.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

[DefaultValue("")]
public string Name { get; set; }

#Property Value

Type Default Description
String String.Empty

A String value which specifies the property name.

See Also