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.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
NuGet Package: DevExpress.ExpressApp.Win
Declaration
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.