NamedDataItemContainer.Name Property
Gets or sets the name of the data item container.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v22.2.Core.dll
NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | null | A String that specifies the name of the data item container. |
Remarks
For instance, names of NamedDataItemContainer descendants are used in the dashboard item caption.
See Also