Skip to main content
All docs
V25.1
  • 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.1.dll

    NuGet Package: DevExpress.Wpf.Controls

    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