Skip to main content
All docs
V26.1
  • .NET 8.0+

    XPServerModeView.FixedFilterCriteria Property

    Specifies the criteria used to filter items on the data store side. Bound data-aware controls never affect the criteria.

    Namespace: DevExpress.Xpo

    Assembly: DevExpress.Xpo.v26.1.dll

    Declaration

    public CriteriaOperator FixedFilterCriteria { get; set; }

    Property Value

    Type Description
    CriteriaOperator

    An expression that filters items on the data store side.

    Remarks

    For examples and additional information about filter expressions, see these help topics:

    See Also