Back to Devexpress

HamburgerMenuNavigationButton<TOwner>.RightContent Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-internal-dot-hamburgermenunavigationbutton-1-4dff24b1.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public object RightContent { get; set; }
vb
Public Property RightContent As Object

Property Value

TypeDescription
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

HamburgerMenuNavigationButton<TOwner> Class

HamburgerMenuNavigationButton<TOwner> Members

DevExpress.Xpf.WindowsUI.Internal Namespace