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

PageSizeItemSettings.Caption Property

Gets or sets the Page Size Item element’s caption.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.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

Remarks

Note

The ASPxWebControl.EncodeHtml property is not in effect for the Caption property. So the Caption property value is not HTML encoded and is rendered as pure HTML markup.

Refer to the HTML Encoding topic for more information.

See Also