Skip to main content
A newer version of this page is available. .

Dimension.GetDefinition() Method

Gets the data item definition for the current dimension.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public override DataItemDefinition GetDefinition()

Returns

Type Description
DataItemDefinition

A DataItemDefinition descendant that is the data item definition for the current dimension.

See Also