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

ShowSizeGrip Enum

Specifies the visibility of a popup window’s size grip element.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum ShowSizeGrip

Members

Name Description
Auto

The size grip’s visibility depends upon the ASPxPopupControlBase.AllowResize property setting

True

The size grip is always displayed.

False

The size grip is never displayed.

Related API Members

The following properties accept/return ShowSizeGrip values:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxPopupControlBase.ShowSizeGrip
PopupControlSettingsBase.ShowSizeGrip
ASP.NET Bootstrap Controls BootstrapPopupControl.ShowSizeGrip

Remarks

This enumerator contains values that specify the size grip‘s visibility within popup windows. Enumeration values are used to set the ASPxPopupControlBase.ShowSizeGrip property.

See Also