Click or drag to resize
ProductOptionSelectorOptionCategory Property
Option category object. It is loaded from option category datarow by default, if it is not specified it is loaded by option category id.

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
Syntax
C#
public OptionCategoryInfo OptionCategory { get; set; }

Property Value

Type: OptionCategoryInfo
See Also