Skip to main content

FilterEditorOperatorItem.GroupName Property

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

Namespace: DevExpress.Xpf.Core.FilteringUI

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

NuGet Package: 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