Skip to main content
A newer version of this page is available. .
Tab

FilterControlColumn.DisplayName Property

Gets or sets the filter column’s caption.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue("")]
public virtual string DisplayName { get; set; }

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.

FilterControlColDisplayName

See Also