Skip to main content

DXDataTemplateSelector.Items Property

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

Namespace: DevExpress.Xpf.DXBinding

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public DXDataTemplateTriggerCollection Items { get; }

Property Value

Type Description
DXDataTemplateTriggerCollection

A collection of DXDataTemplateTrigger objects.

See Also