Skip to main content
A newer version of this page is available. .

DateFilterControl.LayoutControl Property

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

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v19.1.Win.dll

Declaration

public LayoutControl LayoutControl { get; }

Property Value

Type Description
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