Skip to main content
A newer version of this page is available. .
Bar

PopupControlContainer.ShowSizeGrip Property

Gets or sets whether the size grip is displayed within the container.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(false)]
public virtual bool ShowSizeGrip { get; set; }

Property Value

Type Default Description
Boolean **false**

true if the size grip is displayed within the container; otherwise, false.

Remarks

The size grip allows an end-user to resize the window by dragging. The PopupControlContainer.FormMinimumSize property specifies the container’s minimum size.

See Also