Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ChoiceActionItem.BeginGroup Property

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

[DefaultValue(false)]
public bool BeginGroup { get; set; }

#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:

ChoiceActionItem_BeginGroup

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