Back to Devexpress

BaseGallery.FocusedItem Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-gallery-dot-basegallery-572b03e1.md

latest1.6 KB
Original Source

BaseGallery.FocusedItem Property

Gets a currently focused GalleryItem in this gallery.

Namespace : DevExpress.XtraBars.Ribbon.Gallery

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual GalleryItem FocusedItem { get; set; }
vb
<Browsable(False)>
Public Overridable Property FocusedItem As GalleryItem

Property Value

TypeDescription
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

Focus()

BaseGallery Class

BaseGallery Members

DevExpress.XtraBars.Ribbon.Gallery Namespace