HamburgerSubMenuPreviewNavigationButton.RightContent Property
Specifies the additional button content displayed to the right of the main content. This is a dependency property.
Namespace: DevExpress.Xpf.WindowsUI
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 string representation of the object is used. The RightContentMargin property sets the outer margin of the content.
See Also