Skip to main content
.NET 6.0+

ChoiceActionItem.BeginGroup Property

Specifies whether the current Choice Action Item starts a group.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v23.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