Skip to main content
A newer version of this page is available. .

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.v19.2.UI.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(false)]
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