Skip to main content
.NET 6.0+

XPObjectSourceProperty.Name Property

Specifies the property name.

Namespace: DevExpress.Xpo

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Package: DevExpress.DataAccess

Declaration

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

Property Value

Type Default Description
String String.Empty

A string specifying the property name.

See Also