Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WinColumnsListEditor.SetHtmlFormattingEnabled(Boolean) Method

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

Namespace: DevExpress.ExpressApp.Win.Editors

Assembly: DevExpress.ExpressApp.Win.v24.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