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

RepositoryItemButtonEdit.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.v19.1.dll

Declaration

[Browsable(false)]
public override bool UseTextEditorForAutoFilter { get; }

Property Value

Type Description
Boolean

Always true.

See Also