EmptyItemsBehavior Enum
Contains values specifying how a Choice Action with an empty ChoiceActionBase.Items collection must be displayed.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Members
Name | Description |
---|---|
None
|
A Choice Action’s control is displayed with an empty drop-down list if the Choice |
Disable
|
A Choice Action’s control is disabled if the Choice |
Deactivate
|
A Choice Action’s control is invisible if the Choice |
#Related API Members
The following properties accept/return EmptyItemsBehavior values:
#Remarks
Members of the EmptyItemsBevavior enumeration are set in a Choice Action’s ChoiceActionBase.EmptyItemsBehavior property.