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.v19.2.dll

Declaration

public ControlTemplate Template { get; set; }

Property Value

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

A ControlTemplate value.

See Also