Skip to main content
Tab

PageSizeItemSettings.Caption 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 Page Size Item element’s caption.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string Caption { get; set; }

Property Value

Type Description
String

A String value that specifies the caption.

Property Paths

You can access this nested property as listed below:

Object Type Path to Caption
ASPxPagerBase
PagerSettingsEx
See Also