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

GalleryItemGroup.GetItemByValue(Object) Method

Gets a GalleryItem that matches the specific value.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public GalleryItem GetItemByValue(
    object value
)

Parameters

Name Type Description
value Object

An Object that is the GalleryItem value.

Returns

Type Description
GalleryItem

A GalleryItem that matches the specific value and belongs to the current GalleryItemGroup.

Remarks

The GetItemByValue method returns a GalleryItem whose GalleryItem.Value property equals the value parameter.

See Also