PopupControlSettingsBase.FooterText Property
Gets or sets the text content of a popup window’s (or a dock panel’s) footer.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
String | A string value that specifies a footer text. |
Remarks
Use the FooterText property to specify the text displayed within a popup window’s (or a dock panel’s) footer. The position of the text within the footer is specified by the AppearanceStyleBase.HorizontalAlign and AppearanceStyleBase.VerticalAlign properties available via the PopupControlStyles.Footer property (via PopupControlSettingsBase.Styles.Footer).
If a specific navigation location is assigned for a footer (e.g. via the PopupControlSettingsBase.FooterNavigateUrl property), the footer text set by the FooterText property servers as a link, and a click on it navigates the application to the specified location.
Note
For PopupControl only:
If the PopupControlSettings.Windows collection is empty, the FooterText property is applied to a default popup window. Otherwise, the FooterText property specifies a common footer text for all popup windows from the PopupControlSettings.Windows collection. In this case, the FooterText property’s value can be overridden by using the PopupWindow.FooterText property of individual windows.