ASPxVerticalGridCommandButtonSettings.EncodeHtml Property
SECURITY NOTE
Enable this property to protect your website from cross-site scripting (XSS) attacks. Review the following help topic to learn more: HTML Encoding.
Gets or sets whether to encode command button text strings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Encode |
---|---|---|
ASP. |
Vertical |
|
ASP. |
ASPx |
|
#Remarks
The ASPxVerticalGrid
control renders text strings in commands buttons as HTML markup. Set the EncodeHtml
property to true
to convert service characters (for instance, <
and >
) in these strings to character entity references (<
and >
) and display HTML code as text.