Skip to main content

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

FilterEditorControl.ShowGroupCommandsIcon Property

Gets or sets whether or not group commands are available at runtime via a separate button inside the FilterEditorControl “Visual” panel.

Namespace: DevExpress.DataAccess.UI

Assembly: DevExpress.DataAccess.v24.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

#Declaration

[DefaultValue(false)]
[DXCategory("Appearance")]
public bool ShowGroupCommandsIcon { get; set; }

#Property Value

Type Default Description
Boolean false

true to move group commands to a separate button; otherwise, false.

#Remarks

If the ShowGroupCommandsIcon property is enabled, a group commands icon is shown next to the And\Or condition selector. This button provides commands that allow end-users to create new logical groups, conditions and remove all conditions.

FilterEditorControlGroupComIcon

If the icon is hidden, these commands are available through the context menu of the group’s operator.

FilterEditor_Menu

See Also