Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ChoiceActionItem.DataItems Property

This property is intended for internal use.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

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

Property Value

Type
Dictionary<String, Object>
See Also