DateFilterArrangementMode Enum
Lists values used to specify how the DateFilter dashboard item arranges quick filter elements.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Members
Name | Description |
---|---|
Auto
|
Elements are arranged in horizontal order in a row and moved to the next row |
Horizontal
|
Elements are arranged in horizontal order in a row and moved to the next row |
Vertical
|
Elements are arranged in vertical order in a column and moved to the next column |
#Related API Members
The following properties accept/return DateFilterArrangementMode values:
#Remarks
The DateFilterArrangementMode enumeration values are used to set the DateFilterDashboardItem.ArrangementMode property.