Skip to main content
All docs
V25.1
  • HamburgerMenuNavigationButton<TOwner>.RightContentMargin Property

    Specifies the outer margin of the additional 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 Thickness RightContentMargin { get; set; }

    Property Value

    Type Description
    Thickness

    A System.Windows.Thickness structure that specifies the outer margin of the additional content displayed to the right of the main content.

    Remarks

    Use the RightContentMargin property to specify the outer margin of the RightContent.

    See Also