BaseGallery.GetItemByValue(Object) Method
In This Article
Gets a GalleryItem that matches the specific value.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public GalleryItem GetItemByValue(
object value
)
#Parameters
Name | Type | Description |
---|---|---|
value | Object | An Object that is the Gallery |
#Returns
Type | Description |
---|---|
Gallery |
A Gallery |
#Remarks
The GetItemByValue method returns a GalleryItem, whose GalleryItem.Value property equals the value parameter.
See Also