Back to Devexpress

HamburgerMenuBottomBarCheckBox.Content Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-hamburgermenubottombarcheckbox-e3ad1985.md

latest1.4 KB
Original Source

HamburgerMenuBottomBarCheckBox.Content Property

This property is not relevant for this class. Use the HamburgerMenuBottomBarCheckBox.Glyph property to specify the content of the control.

Namespace : DevExpress.Xpf.WindowsUI

Assembly : DevExpress.Xpf.Controls.v25.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
[Browsable(false)]
public object Content { get; set; }
vb
<Browsable(False)>
Public Property Content As Object

Property Value

TypeDescription
Object

An object that contains the control’s content. The default value is null.

|

See Also

Glyph

HamburgerMenuBottomBarCheckBox Class

HamburgerMenuBottomBarCheckBox Members

DevExpress.Xpf.WindowsUI Namespace