WinColumnsListEditor.SetHtmlFormattingEnabled(Boolean) Method
In This Article
Enables or disables HTML Formatting of the WinColumnsListEditor‘s column captions.
Namespace: DevExpress.ExpressApp.Win.Editors
Assembly: DevExpress.ExpressApp.Win.v24.2.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
html |
Boolean | true to enable HTML formatting of the Grid |
#Remarks
To learn more about the HTML Formatting feature, refer to the How to: Apply HTML Formatting to Windows Forms XAF UI Elements topic.
#Implements
See Also