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

HamburgerMenuBottomBarCheckBox.ContentTemplate Property

This property is not relevant for this class. Use the HamburgerMenuBottomBarCheckBox.GlyphTemplate property to specify the data template used to render the check box content.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

[Browsable(false)]
public DataTemplate ContentTemplate { get; set; }

Property Value

Type Description
DataTemplate

A data template. The default value is null.

See Also