Skip to main content
.NET 6.0+

ChoiceActionItem.DataItems Property

This property is intended for internal use.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[Browsable(false)]
public Dictionary<string, object> DataItems { get; }

Property Value

Type
Dictionary<String, Object>
See Also