DevExpress.XtraBars.Ribbon.Gallery Namespace
Contains classes that implement galleries in a RibbonControl.
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Classes
| Name | Description |
|---|---|
| BaseGallery | Represents a base class for galleries. |
| GalleryControlGallery | Represents a gallery within a GalleryControl. |
| GalleryOptionsImageLoad | Provides access to properties that manage the asynchronous image loading feature for this gallery. |
| GalleryThumbnailImageEventArgs | Provides data for the BaseGallery.GetThumbnailImage event. |
| InDropDownGallery | Represents an In-Dropdown gallery. |
| InRibbonGallery | An In-Ribbon gallery. |
| StandaloneGallery | Represents the base class for the GalleryControlGallery, InDropDownGallery and PopupGalleryEditGallery classes. |
Delegates
| Name | Description |
|---|---|
| GalleryThumbnailImageEventHandler | Represents a method that will handle the BaseGallery.GetThumbnailImage event. |
Enums
| Name | Description |
|---|---|
| CheckDrawMode | Identifies paint styles for gallery items when they are in the checked state. |
| GalleryItemAlignment | Contains values that specify alignment of gallery items. |
| GalleryItemAutoSizeMode | Contains values that specify how items are resized within a BaseGallery. |
| GalleryScrollMode | Gets or sets a gallery’s scroll mode. |
| ItemCheckMode | Contains values that specify how gallery items can be selected. |
| ShowScrollBar | Contains values that specify the visibility states for a gallery’s vertical scroll bar. |