ASPxPopupControlBase.Text Property
Gets or sets the text displayed within a window’s content region.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A string value that specifies a window’s content text. |
#Remarks
Use the Text property to specify the text displayed within the window’s content region. The position of the content text is specified by the AppearanceStyleBase.HorizontalAlign and AppearanceStyleBase.VerticalAlign properties available via the PopupControlStyles.Content property.
Note that the default window’s content text set via the Text property is displayed even if the window’s ASPxPopupControlBase.Controls collection is not empty.
Note
For ASPx
If the ASPx