Skip to main content
All docs
V26.1
  • DashboardPaletteItem(Color, DXDashStyle) Constructor

    Initializes a new instance of the DashboardPaletteItem class with specified settings.

    Namespace: DevExpress.DashboardCommon

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

    Declaration

    public DashboardPaletteItem(
        Color color,
        DXDashStyle lineStyle
    )

    Parameters

    Name Type Description
    color Color

    The color of the palette item.

    Optional Parameters

    Name Type Default Description
    lineStyle DXDashStyle Solid

    A value that specifies the line style of the palette item.

    See Also