ChoiceActionItem.BeginGroup Property
In This Article
Specifies whether the current Choice Action Item starts a group.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true if the current Choice Action Item starts a group; otherwise, false. |
#Remarks
If this property is set to true, this Choice Action Item is delimited from the preceding Items by a line. In the following image, the BeginGroup property of the Department Item is set to true:
Note
This property is considered when the Single
When setting a value to this property, the ChoiceActionBase.ItemsChanged event is raised.
See Also