Back to Devexpress

DataControlBase.FixedFilter Property

wpf-devexpress-dot-xpf-dot-grid-dot-datacontrolbase-56768226.md

latest1.7 KB
Original Source

DataControlBase.FixedFilter Property

Specifies the filter criteria that is always applied to the grid data and cannot be modified by the end-user. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
[Browsable(false)]
public CriteriaOperator FixedFilter { get; set; }
vb
<Browsable(False)>
Public Property FixedFilter As CriteriaOperator

Property Value

TypeDescription
CriteriaOperator

A CriteriaOperator object which represents filter criteria.

|

Remarks

For detailed information and examples, see Regular and Checked Drop-down Filters and Filtering in Code.

See Also

FilterCriteria

FilterString

DataControlBase Class

DataControlBase Members

DevExpress.Xpf.Grid Namespace