FilterControlColumn.DisplayName Property
SECURITY NOTE
Setting this property to values from an untrusted source may introduce security-related issues, since the property value is not encoded and is rendered as HTML markup. Call the HttpUtility.HtmlEncode method to encode the value. Review the following help topic to better protect websites from cross-site scripting (XSS) attacks: HTML Encoding.
Gets or sets the filter column’s caption.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A string value that specifies the filter column’s caption. |
Remarks
Use the DisplayName property to specify the filter column’s caption which is displayed within the ASPxFitlerControl. If this property isn’t specified, the display text is specified by the FilterControlColumn.PropertyName property.