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.v20.1.dll

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

Declaration

public DXDataTemplateTriggerCollection Items { get; }

Property Value

Type Description
DXDataTemplateTriggerCollection

A collection of DXDataTemplateTrigger objects.

See Also