Skip to main content
All docs
V26.1
  • ColorDefinition.PaletteItem Property

    Gets the palette item (color, hatch style, and line style) associated with the color definition.

    Namespace: DevExpress.DashboardCommon

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

    Declaration

    public DashboardPaletteItem PaletteItem { get; }

    Property Value

    Type Description
    DashboardPaletteItem

    A DashboardPaletteItem object that is the palette item (color, hatch style, and line style) associated with the color definition.

    See Also