Back to Devexpress

DateFilterArrangementMode Enum

dashboard-devexpress-dot-dashboardcommon-869e4b48.md

latest1.8 KB
Original Source

DateFilterArrangementMode Enum

Lists values used to specify how the DateFilter dashboard item arranges quick filter elements.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum DateFilterArrangementMode
vb
Public Enum DateFilterArrangementMode

Members

NameDescription
AutoHeight

Elements are arranged in horizontal order in a row and moved to the next row(s) when the Date Filter’s width is not sufficient. In a dashboard with several dashboard items laid out vertically, the Date Filter’s height is set to the minimum value required to fit Date Filter elements.

| | Horizontal |

Elements are arranged in horizontal order in a row and moved to the next row(s) when the Date Filter’s width is not sufficient.

| | Vertical |

Elements are arranged in vertical order in a column and moved to the next column(s) when the Date Filter item’s height is not sufficient.

|

The following properties accept/return DateFilterArrangementMode values:

Remarks

The DateFilterArrangementMode enumeration values are used to set the DateFilterDashboardItem.ArrangementMode property.

See Also

DevExpress.DashboardCommon Namespace