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

Declaration

public DataTemplate Template { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate returned by the current trigger.

See Also