Back to Devexpress

ShowSizeGrip Enum

aspnet-devexpress-dot-web-8be095f1.md

latest1.6 KB
Original Source

ShowSizeGrip Enum

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum ShowSizeGrip
vb
Public Enum ShowSizeGrip

Members

NameDescription
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:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxPopupControlBase.ShowSizeGrip
ASP.NET MVC ExtensionsPopupControlSettingsBase.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

DevExpress.Web Namespace