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

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.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 object’s string representation is used. The RightContentMargin property sets the content’s outer margin.

See Also