Back to Devexpress

DateFilterControl.LayoutControl Property

dashboard-devexpress-dot-dashboardwin-dot-datefiltercontrol-d6e92b00.md

latest1.3 KB
Original Source

DateFilterControl.LayoutControl Property

Provides access to the inner layout control that hosts the Date Filter elements.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public LayoutControl LayoutControl { get; }
vb
Public ReadOnly Property LayoutControl As LayoutControl

Property Value

TypeDescription
LayoutControl

A LayoutControl that arranges the Date Filter’s buttons.

|

Remarks

Use the LayoutControl property to get access to the layout control that hosts the date picker and quick buttons.

See Also

DateFilterControl Class

DateFilterControl Members

DevExpress.DashboardWin Namespace