Skip to main content
Tab

PopupControlAdaptivitySettings.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.v23.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 MVC Extensions PopupControlSettings
.SettingsAdaptivity .FixedHeader
ASP.NET Web Forms Controls ASPxPopupControl
.SettingsAdaptivity .FixedHeader
See Also