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

WindowsFormsSettings.UseAdvancedTextEdit Property

Switches all TextEdit-based editors (except for TokenEdit, RepositoryItemHypertextLabel and HyperLinkEdit) to Advanced Mode. See this property for more information about this mode: RepositoryItemTextEdit.UseAdvancedMode.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v21.1.dll

NuGet Packages: DevExpress.Utils, DevExpress.Win.Design, DevExpress.Wpf.Core

Declaration

public static DefaultBoolean UseAdvancedTextEdit { get; set; }

Property Value

Type Description
DefaultBoolean

Specifies whether Advanced Mode is enabled.

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.

Remarks

Important

This functionality is available in v21.1 as a community technology preview (CTP).

See Also