Skip to main content
A newer version of this page is available. .
Tab

PopupWindowAdaptivitySettings.FixedHeader Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, if the header is fixed; otherwise, false

Property Paths

You can access this nested property as listed below:

Library Object Type Path to FixedHeader
ASP.NET Controls and MVC Extensions PopupWindow
.SettingsAdaptivity .FixedHeader
ASP.NET MVC Extensions MVCxPopupWindow
.SettingsAdaptivity .FixedHeader
See Also