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.v19.1.dll

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:

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