Click or drag to resize

IProductHasMenuImage Property

Whether the product has an image to be used as a background in menu. If true, call TryGetProductMenuImage(IProduct) to get an image. If the product doesn't have an image or UI doesn't support images in menu, use BackgroundColor as a menu button background.

Namespace:  Resto.Front.Api.Data.Assortment
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
bool HasMenuImage { get; }

Property Value

Type: Boolean
See Also