Back to Devexpress

ColumnView.FilteredColumnsCount Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnview-0d53a820.md

latest2.1 KB
Original Source

ColumnView.FilteredColumnsCount Property

OBSOLETE

Use the ActiveFilter.Count or ActiveFilter.IsEmpty property instead

Gets the number of columns that specify filtering conditions.

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)]
[Obsolete("Use the ActiveFilter.Count or ActiveFilter.IsEmpty property instead")]
public int FilteredColumnsCount { get; }
vb
<Browsable(False)>
<Obsolete("Use the ActiveFilter.Count or ActiveFilter.IsEmpty property instead")>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property FilteredColumnsCount As Integer

Property Value

TypeDescription
Int32

An integer value representing the number of columns whose GridColumn.FilterInfo property specifies a filter condition.

|

Remarks

This property is obsolete. Use the Count property of the ColumnView.ActiveFilter object instead.

See Also

ActiveFilter

Filter and Search

ColumnView Class

ColumnView Members

DevExpress.XtraGrid.Views.Base Namespace