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

BaseGallery.FocusedItem Property

Gets a currently focused GalleryItem in this gallery.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
public virtual GalleryItem FocusedItem { get; set; }

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