TdxNavBarStyleRepository.Add Method
Adds a new NavBar custom style item to the end of the collection and returns the corresponding object.
Declaration
function Add: TdxNavBarStyleItem;
Returns
Type |
---|
TdxNavBarStyleItem |
Remarks
To access a particular custom style, use the Items zero-based indexed collection.
See Also