Badge.Template Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public ControlTemplate Template { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Control |
**null** reference (**Nothing** in Visual Basic) | A Control |
See Also