Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public object RightContent { get; set; }

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