Back to Devexpress

ASPxEditBase.Caption Property

aspnet-devexpress-dot-web-dot-aspxeditbase-f4d2e78a.md

latest1.2 KB
Original Source

ASPxEditBase.Caption Property

Gets or sets the editor caption.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string Caption { get; set; }
vb
<DefaultValue("")>
Public Property Caption As String

Property Value

TypeDefaultDescription
StringString.Empty

A String value that specifies the text content of the editor caption.

|

See Also

Data Editors - CaptionOnline demo:

ASPxEditBase Class

ASPxEditBase Members

DevExpress.Web Namespace