Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    Declaration

    public ControlTemplate Template { get; set; }

    Property Value

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

    A ControlTemplate value.

    See Also