DetailDescriptorSelector.Items Property
In This Article
Gets a collection of triggers within which the DetailDescriptorSelector selector selects a required one.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public FreezableCollection<DetailDescriptorTrigger> Items { get; }
#Property Value
Type | Description |
---|---|
Freezable |
A collection of Detail |
#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