Back to Devexpress

GridDimensionColumnDisplayMode Enum

dashboard-devexpress-dot-dashboardcommon-a7a7b144.md

latest1.3 KB
Original Source

GridDimensionColumnDisplayMode Enum

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

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum GridDimensionColumnDisplayMode
vb
Public Enum GridDimensionColumnDisplayMode

Members

NameDescription
Text

Values are displayed as text.

| | Image |

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

|

The following properties accept/return GridDimensionColumnDisplayMode values:

Remarks

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

See Also

DevExpress.DashboardCommon Namespace