Skip to main content

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

NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap

Declaration

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

Property Value

Type Description
Boolean

Always true.

See Also