 | HeaderCategoryCustomItems Property |
Gets the custom items associated with this header category
Namespace: CeliAPS.BomApi.Data.HeaderDataAssembly: BomApi (in BomApi.dll) Version: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
SyntaxIList<HeaderItemValue> CustomItems { get; }ReadOnly Property CustomItems As IList(Of HeaderItemValue)
Get
Return Value
IListHeaderItemValue
A list of
HeaderItemValue objects representing the custom items in the header category.
See Also