Click or drag to resize

IProductGroupBackgroundColor Property

Background color of a menu button for the product group. If the product group has a menu image (HasMenuImage, TryGetProductGroupMenuImage(IProductGroup)) and UI supports images in menu, image should be used as a background instead of solid BackgroundColor

Namespace:  Resto.Front.Api.Data.Assortment
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
Color? BackgroundColor { get; }

Property Value

Type: NullableColor
See Also