DateFilterControl.LayoutControl Property
In This Article
Provides access to the inner layout control that hosts the Date Filter elements.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
public LayoutControl LayoutControl { get; }
#Property Value
Type | Description |
---|---|
Layout |
A Layout |
#Remarks
Use the LayoutControl property to get access to the layout control that hosts the date picker and quick buttons.
See Also