Skip to main content

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

NuGet Package: DevExpress.Data

Declaration

public static bool UseRichDocumentation { get; set; }

Property Value

Type Description
Boolean

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

See Also