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

WinColumnsListEditor.SetHtmlFormattingEnabled(Boolean) Method

Enables or disables HTML Formatting of the WinColumnsListEditor‘s column captions.

Namespace: DevExpress.ExpressApp.Win.Editors

Assembly: DevExpress.ExpressApp.Win.v18.2.dll

Declaration

public void SetHtmlFormattingEnabled(
    bool htmlFormattingEnabled
)

Parameters

Name Type Description
htmlFormattingEnabled Boolean

true to enable HTML formatting of the GridListEditor‘s column captions; otherwise false. The default value is specified by the IModelOptionsEnableHtmlFormatting.EnableHtmlFormatting property of the Application Model‘s Options node.

Remarks

To learn more about the HTML Formatting feature, refer to the How to: Apply HTML Formatting to Windows Forms XAF UI Elements topic.

See Also