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

RepositoryItemPopupGalleryEdit.ShowSizeGrip Property

Gets or sets whether the size grip is displayed in the PopupGalleryEdit control.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

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

Remarks

The size grip is a visual element at the bottom-right corner of the PopupGalleryEdit dropdown window that allows an end-user to resize the dropdown. Use the ShowSizeGrip property, to specify whether the size grip is displayed.

PopupGalleryEdit_SizeGrip

See Also