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

GridDimensionColumnDisplayMode Enum

Lists values that specify how dimension column values should be displayed.

Namespace: DevExpress.DashboardCommon

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

Declaration

public enum GridDimensionColumnDisplayMode

Members

Name Description
Text

Values are displayed as text.

Image

If a column contains image data, values are presented as images.

Remarks

Values listed by this enumeration are used to set the GridDimensionColumn.DisplayMode property.

See Also