Skip to main content

RangeDashboardLayoutItem Class

Allows you to specify the style and templates to customize the RangeFilterDashboardItem appearance.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Xpf.Dashboard.v24.2.dll

NuGet Package: DevExpress.Wpf.Dashboard

#Declaration

public class RangeDashboardLayoutItem :
    DashboardLayoutItem

#Remarks

Bind the DashboardLayoutItem.ViewStyle property to the Style property of the underlying RangeControl when you create a custom RangeDashboardLayoutItem template.

Tip

For a complete list of dashboard item styles, see A List of Styles and Templates.

#Inheritance

See Also