CardVerticalAlignment Enum
Lists values that identify the vertical alignment of a card layout row.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Members
Name | Description |
---|---|
Top
|
A card layout row is vertically aligned at the top of the card. |
Bottom
|
A card layout row is vertically aligned at the bottom of the card. |
Center
|
A card layout row is vertically aligned in the middle of the card. |
Remarks
Values listed in this enumeration are used to set the CardRowBase.VerticalAlignment. To learn how to manage the layout of cards in the CardDashboardItem, refer to the CardLayoutTemplate class description.
See Also