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.v19.1.Core.dll

Declaration

public override DataItemDefinition GetDefinition()

Returns

Type Description
DataItemDefinition

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

See Also