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

Badge.Template Property

Gets or sets the template that defines the BadgeControl‘s content presentation. This is a dependency property.

Namespace: DevExpress.Xpf.Core

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public ControlTemplate Template { get; set; }

Property Value

Type Default Description
ControlTemplate **null** reference (**Nothing** in Visual Basic)

A ControlTemplate value.

See Also