Skip to main content
A newer version of this page is available. .

RepositoryItemRichTextEdit.UseTextEditorForAutoFilter Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraRichEdit.v20.2.dll

NuGet Package: DevExpress.Win.RichEdit

Declaration

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

Property Value

Type Description
Boolean

Always true.

See Also