Skip to main content

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.v23.2.Core.dll

NuGet Package: 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