Skip to main content

RepositoryItemPopupGalleryEdit.ShowSizeGrip Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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