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

DXDataTemplateTrigger.Template Property

Gets or sets a data template applied when a data trigger condition is satisfied.

Namespace: DevExpress.Xpf.DXBinding

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

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

Declaration

public DataTemplate Template { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate returned by the current trigger.

See Also