Skip to main content

IDataComponent.Name Property

Specifies the name of the current data component.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

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

#Property Value

Type Default Description
String null

A String containing the data component name.

See Also