ShowSizeGrip Enum
In This Article
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
#Members
Name | Description |
---|---|
Auto
|
The size grip’s visibility depends upon the ASPx |
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. |
ASPx |
ASP. |
Popup |
#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