ChoiceActionItem.Data Property
Specifies the object which is associated with a Choice Action Item of a custom Action.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v20.2.dll
Declaration
Property Value
Type | Description |
---|---|
Object | An Object which is associated with the current Choice Action Item of a custom Action. |
Remarks
The Data property can be used to associate particular object with the Choice Action Item of a custom Action. Do not use this property to access or set an object for built-in Actions.
When setting a value to this property, the ChoiceActionBase.ItemsChanged event is raised.
See Also
Feedback