Skip to main content
Tab

ASPxPopupControlBase.HasSizeGrip() Method

In This Article

Specifies whether the control window displays the size grip.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public virtual bool HasSizeGrip()

#Returns

Type Description
Boolean

true if a window has a size grip; otherwise, false.

See Also