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

DXDataTemplateSelector.Items Property

Gets a collection of DXDataTemplateTrigger objects that apply templates based on specified conditions.

Namespace: DevExpress.Xpf.DXBinding

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public DXDataTemplateTriggerCollection Items { get; }

Property Value

Type Description
DXDataTemplateTriggerCollection

A collection of DXDataTemplateTrigger objects.

See Also