Skip to main content

GalleryFilterMenuClickEventArgs.Item Property

Gets the item that has been checked.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public DXMenuCheckItem Item { get; }

Property Value

Type Description
DXMenuCheckItem

A DXMenuCheckItem object that represents the currently checked item.

See Also