ChoiceActionItem.BeginGroup Property
Specifies whether the current Choice Action Item starts a group.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.1.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 SingleChoiceAction.ItemType property is set to the SingleChoiceActionItemType.ItemIsOperation value.
When setting a value to this property, the ChoiceActionBase.ItemsChanged event is raised.
See Also