Back to Devexpress

RepositoryItem.UseTextEditorForAutoFilter Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitem-0dec6046.md

latest1.4 KB
Original Source

RepositoryItem.UseTextEditorForAutoFilter Property

Gets whether to substitute this editor with the single-line text editor in auto-filter rows.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual bool UseTextEditorForAutoFilter { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable ReadOnly Property UseTextEditorForAutoFilter As Boolean

Property Value

TypeDescription
Boolean

Always false.

|

See Also

RepositoryItem Class

RepositoryItem Members

DevExpress.XtraEditors.Repository Namespace