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.v24.1.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