Skip to main content
All docs
V26.1
  • DateFilterControl.LayoutControl Property

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

    Namespace: DevExpress.DashboardWin

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

    NuGet Package: DevExpress.Win.Dashboard

    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