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

ExpressionEditorContext.UseRichDocumentation Property

Specifies whether or not the Expression Editor should use the rich text control for operators, functions, and constant descriptions.

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v18.2.dll

Declaration

public static bool UseRichDocumentation { get; set; }

Property Value

Type Description
Boolean

true, to display descriptions using rich text; otherwise, false.

See Also