BaseGallery.FocusedItem Property
In This Article
Gets a currently focused GalleryItem in this gallery.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public virtual GalleryItem FocusedItem { get; set; }
#Property Value
Type | Description |
---|---|
Gallery |
A 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