Skip to main content
Tab

ShowSizeGrip Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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 Web Forms Controls ASPxPopupControlBase.ShowSizeGrip
ASP.NET MVC Extensions PopupControlSettingsBase.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