Skip to main content
A newer version of this page is available. .
All docs
V21.1

TextEdit.QueryAdvancedModeEventArgs.UseAdvancedMode Property

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public DefaultBoolean UseAdvancedMode { get; set; }

Property Value

Type
DefaultBoolean

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The default behavior determined by the control’s logic.

See Also