Back to Devexpress

FilterControl.ShowGroupCommandsIcon Property

windowsforms-devexpress-dot-xtraeditors-dot-filtercontrol-ad275bb4.md

latest1.7 KB
Original Source

FilterControl.ShowGroupCommandsIcon Property

Gets or sets whether the group commands icon is displayed.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

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 display the group commands icon; otherwise, false.

|

Remarks

Clicking the group commands icon invokes the context menu which allows end-users to create new logical groups, conditions and remove all conditions.

If this icon isn’t displayed, these commands are displayed within the context menu which is invoked when the group’s operator is clicked.

See Also

FilterControl Class

FilterControl Members

DevExpress.XtraEditors Namespace