Skip to main content
All docs
V26.1
  • FilterBehavior.MRUFilterListCount Property

    Gets or sets the maximum number of the most recently used (MRU) filter conditions.

    Namespace: DevExpress.Xpf.Core.FilteringUI

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

    Declaration

    public int MRUFilterListCount { get; set; }

    Property Value

    Type Description
    Int32

    Specifies the maximum number of recently used filter conditions.

    See Also