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

ButtonInfoBase.Template Property

Gets or sets a button’s template. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

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

Property Value

Type Description
DataTemplate

The template that defines the button’s presentation and appearance.

See Also