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

DetailDescriptorSelector.Items Property

Gets a collection of triggers within which the DetailDescriptorSelector selector selects a required one.

Namespace: DevExpress.Xpf.Grid

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

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

Declaration

public FreezableCollection<DetailDescriptorTrigger> Items { get; }

Property Value

Type Description
FreezableCollection<DetailDescriptorTrigger>

A collection of DetailDescriptorTrigger objects.

Remarks

Use the DetailDescriptorSelector.DefaultValue property to define a default detail descriptor when data dependent details are used. To enable selecting alternative detail descriptors, populate the Items collection with triggers that enable a required detail descriptor when a custom condition is satisfied.

See Also