Back to Devexpress

ColumnView.MRUFilters Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnview-94968c96.md

latest1.4 KB
Original Source

ColumnView.MRUFilters Property

This property is not intended to be used in code. To edit MRUFilters, use the ColumnView.MRUFiltersInfo collection instead.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public MRUViewFilterCollection MRUFilters { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property MRUFilters As MRUViewFilterCollection

Property Value

TypeDescription
DevExpress.XtraGrid.Views.Base.MRUViewFilterCollection

For internal use.

|

See Also

ColumnView Class

ColumnView Members

DevExpress.XtraGrid.Views.Base Namespace