Skip to main content

QueryGroupOperationsEventArgs.AllowAddCondition Property

Gets or sets whether to allow users to add conditions.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v26.1.Core.dll

Declaration

public bool AllowAddCondition { get; set; }

Property Value

Type Description
Boolean

true, to allow users to add conditions; otherwise, false.

Remarks

See Also