ChoiceActionItem.DataItems Property
In This Article
This property is intended for internal use.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
[Browsable(false)]
public Dictionary<string, object> DataItems { get; }
#Property Value
Type |
---|
Dictionary<String, Object> |
See Also