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

GalleryFilterMenuClickEventArgs.Item Property

Gets the item that has been checked.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public DXMenuCheckItem Item { get; }

Property Value

Type Description
DXMenuCheckItem

A DXMenuCheckItem object that represents the currently checked item.

See Also