Click or drag to resize

HeaderCategoryCustomItems Property

Gets the custom items associated with this header category

Namespace: CeliAPS.BomApi.Data.HeaderData
Assembly: BomApi (in BomApi.dll) Version: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntax
IList<HeaderItemValue> CustomItems { get; }

Return Value

IListHeaderItemValue
A list of HeaderItemValue objects representing the custom items in the header category.
See Also