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.v22.1.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.
If the icon is hidden, these commands are available through the context menu of the group’s operator.
See Also