Skip to main content
A newer version of this page is available. .
All docs
V20.2

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

NuGet Packages: DevExpress.Utils, 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 value is determined by the current object’s parent object setting (e.g., a control setting).

Remarks

Important

This functionality is available in v20.2 as a community technology preview (CTP).

See Also