Back to Devexpress

ViewFilter.Expression Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-viewfilter-045714ee.md

latest1.7 KB
Original Source

ViewFilter.Expression Property

Gets the total filter expression in string format.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public string Expression { get; }
vb
Public ReadOnly Property Expression As String

Property Value

TypeDescription
String

A string value representing the total filter expression. An empty string if there are no elements in the collection.

|

Remarks

The Expression property returns the value of the ColumnView.ActiveFilterString property.

See Also

NonColumnFilter

ActiveFilterString

RowFilter

ViewFilter Class

ViewFilter Members

DevExpress.XtraGrid.Views.Base Namespace