Click or drag to resize

IProductGroup Properties

The IProductGroup type exposes the following members.

Properties
  NameDescription
Public propertyBackgroundColor
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
Public propertyFastCode
Quick type product group code
Public propertyFontColor
Font color of a menu button for the product group's name.
Public propertyHasMenuImage
Whether the product group has an image to be used as a background in menu. If true, call TryGetProductGroupMenuImage(IProductGroup) to get an image. If the product group doesn't have an image or UI doesn't support images in menu, use BackgroundColor as a menu button background.
Public propertyId (Inherited from IEntity.)
Public propertyMenuIndex
Gets an index of product group in hierarchical menu, can be used to sort product groups inside the same parent product group.
Public propertyName
Public propertyNumber
Nomenclature article of product group.
Top
See Also