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

FilterEditorOperatorItem.GroupName Property

Gets or sets a name of the group that holds the operator.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v20.2.Core.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public string GroupName { get; set; }

Property Value

Type Description
String

A name of the group that holds the operator.

See Also