 | HeaderCategoryCustomItems Property |
Gets the custom items associated with this header category
Namespace: CeliAPS.BomApi.Data.HeaderDataAssembly: BomApi (in BomApi.dll) Version: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
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