NavBarExtension Constructors
Represents an extension object implementing the NavBar functionality.| Name | Parameters | Description |
|---|---|---|
| NavBarExtension(NavBarSettings, ViewContext) | settings, viewContext | Initializes a new instance of the NavBarExtension class with the specified settings and provides the context information about the view. |
| NavBarExtension(NavBarSettings) | settings | Initializes a new instance of the NavBarExtension class with the specified settings. |
See Also