Skip to main content
Tab

PopupControlAdaptivitySettings.FixedFooter Property

Gets or sets whether the footer is fixed on the bottom while scrolling the popup window in adaptive mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool FixedFooter { get; set; }

Property Value

Type Default Description
Boolean true

true, if the footer is fixed; otherwise, false

Property Paths

You can access this nested property as listed below:

Library Object Type Path to FixedFooter
ASP.NET MVC Extensions PopupControlSettings
.SettingsAdaptivity .FixedFooter
ASP.NET Web Forms Controls ASPxPopupControl
.SettingsAdaptivity .FixedFooter
See Also