Skip to main content
Tab

FilterValue.BeginGroup Property

Gets or sets a value that specifies whether the current filter value starts a group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool BeginGroup { get; set; }

Property Value

Type Description
Boolean

true, if the current filter value starts a group; otherwise, false.

Remarks

Use the BeginGroup property to control whether a specific separator should appear before the current filter value to separate it from other filter values.

See Also