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

GridFilterControlPopupSettings.ScrollBars Property

Gets or sets a value specifying which scrollbars should appear in the filter control window.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(ScrollBars.None)]
public ScrollBars ScrollBars { get; set; }

Property Value

Type Default Description
ScrollBars **None**

One of the ScrollBars enumeration values.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ScrollBars
ASP.NET Bootstrap Controls BootstrapCardViewPopupControlSettings
.FilterControl.ScrollBars
BootstrapGridViewPopupControlSettings
.FilterControl.ScrollBars
ASP.NET Web Forms Controls ASPxCardViewPopupControlSettings
.FilterControl.ScrollBars
ASPxGridViewPopupControlSettings
.FilterControl.ScrollBars
TreeListPopupControlSettings
.FilterControl.ScrollBars
ASPxVerticalGridPopupControlSettings
.FilterControl.ScrollBars
MVCxGridViewPopupControlSettings
.FilterControl.ScrollBars
MVCxTreeListPopupControlSettings
.FilterControl.ScrollBars

Remarks

Use the ScrollBars property to control the visibility and position of scroll bars in the current window.

If you specify Auto for the ScrollBars property, scroll bars are automatically shown when the size of the content in the window exceeds the size of the window itself.

See Also