aspnetmvc-devexpress-dot-web-dot-mvc-dot-popupcontrolsettingsbase.md
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.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public string FooterText { get; set; }
Public Property FooterText As String
| Type | Description |
|---|---|
| String |
A string value that specifies a footer text.
|
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.
See Also
PopupControlSettingsBase Class