BaseGallery.FocusedItem Property
Gets a currently focused GalleryItem in this gallery.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
GalleryItem | A GalleryItem object currently focused in this gallery. |
Remarks
The FocusedItem property returns a gallery item focused using the GalleryItem.Focus method or by checking the item using the spacebar key.
See Also