Skip to main content
All docs
V26.1
  • QueryGroupOperationsEventArgs.AllowAddCustomExpression Property

    Gets or sets whether to allow users to add custom expressions.

    Namespace: DevExpress.Xpf.Core.FilteringUI

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

    NuGet Package: DevExpress.Wpf.Grid.Core

    Declaration

    public bool AllowAddCustomExpression { get; set; }

    Property Value

    Type Description
    Boolean

    true, to allow users to add custom expressions; otherwise, false.

    Remarks

    See Also