HamburgerMenuNavigationButton<TOwner>.RightContent Property
Specifies the additional button content displayed to the right of the main content. This is a dependency property.
Namespace: DevExpress.Xpf.WindowsUI.Internal
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Property Value
Type | Description |
---|---|
Object | The additional button content. |
Remarks
Use the RightContentTemplate property to specify a data template used to render the data object. If the data template is not specified, the object’s string representation is used. The RightContentMargin property sets the content’s outer margin.
See Also