Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual bool UseTextEditorForAutoFilter { get; }

Property Value

Type Description
Boolean

Always false.

See Also