PopupControlSettingsBase.ShowSizeGrip Property
Gets or sets the visibility of a size grip element.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
ShowSizeGrip | One of the ShowSizeGrip enumeration values. |
Available values:
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. |
Remarks
The ShowSizeGrip property specifies the visibility of the size grip element within the popup windows (or a dock panel). (The size grip is a special mouse pointer in the lower-right corner of an element that allows a user to click and drag the size grip to resize the element.) The size grip can always be displayed (the ShowSizeGrip.True value), never (the ShowSizeGrip.False value) or dependent upon the ASPxPopupControlBase.AllowResize property setting (the ShowSizeGrip.Auto value).