Skip to main content
Bar

PopupControlContainer.ShowSizeGrip Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(false)]
[DXCategory("Appearance")]
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