Back to Devexpress

FilterEditorControl.ShowGroupCommandsIcon Property

windowsforms-devexpress-dot-dataaccess-dot-ui-dot-filtereditorcontrol-ec77bfd0.md

latest1.9 KB
Original Source

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

NuGet Package : DevExpress.DataAccess.UI

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Appearance")]
public bool ShowGroupCommandsIcon { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(False)>
Public Property ShowGroupCommandsIcon As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

FilterEditorControl Class

FilterEditorControl Members

DevExpress.DataAccess.UI Namespace