aspnet-devexpress-dot-web-8be095f1.md
Specifies the visibility of a popup window’s size grip element.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum ShowSizeGrip
Public Enum ShowSizeGrip
| 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.
|
The following properties accept/return ShowSizeGrip values:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxPopupControlBase.ShowSizeGrip |
| ASP.NET MVC Extensions | PopupControlSettingsBase.ShowSizeGrip |
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