Back to Devexpress

WinExplorerView.OptionsFilter Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerview-32fee1fd.md

latest1.5 KB
Original Source

WinExplorerView.OptionsFilter Property

The WinExplorerView does not support filtering.

Namespace : DevExpress.XtraGrid.Views.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public ColumnViewOptionsFilter OptionsFilter { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property OptionsFilter As ColumnViewOptionsFilter

Property Value

Type
ColumnViewOptionsFilter

See Also

WinExplorerView Class

WinExplorerView Members

DevExpress.XtraGrid.Views.WinExplorer Namespace