RepositoryItemPopupGalleryEdit.ShowSizeGrip Property
Gets or sets whether the size grip is displayed in the PopupGalleryEdit control.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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.
See Also