Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

WinColumnsListEditor.SetHtmlFormattingEnabled(Boolean) Method

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

Namespace: DevExpress.ExpressApp.Win.Editors

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

NuGet Package: DevExpress.ExpressApp.Win

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