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

ItemImageProperties Class

Contains settings that define an item image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class ItemImageProperties :
    ItemImagePropertiesBase

The following members return ItemImageProperties objects:

Show 56 links
Library Related API Members
ASP.NET Controls and MVC Extensions ASPxMenu.AdaptiveMenuImage
ASPxMenuBase.HorizontalPopOutImage
ASPxMenuBase.VerticalPopOutImage
ASPxMenuBase.VerticalPopOutRtlImage
ASPxNavBar.ItemImage
FileManagerImages.BreadcrumbsParentFolderButton
FileManagerSettingsToolbar.AdaptiveToolbarImage
FileManagerToolbarCustomDropDownButton.PopOutImage
ImageGalleryFullscreenViewerNavigationBarImages.Dot
ImageSliderImages.Dot
MenuImages.AdaptiveMenu
MenuImages.HorizontalPopOut
MenuImages.VerticalPopOut
MenuImages.VerticalPopOutRtl
MenuItem.PopOutImage
MenuItem.SubMenuPopOutImage
NavBarGroup.ItemImage
NavBarImages.Item
NavBarItem.Image
RibbonImages.GalleryPopOutButton
RibbonImages.GalleryScrollDownButton
RibbonImages.GalleryScrollUpButton
RibbonImages.GroupDialogBoxLauncher
RibbonImages.PopOut
TreeViewImages.NodeImage
TreeViewNode.Image
ASP.NET Bootstrap Controls BootstrapAccordion.ItemImage
BootstrapAccordionGroup.ItemImage
BootstrapAccordionItem.Image
BootstrapCardViewToolbarItemBase.PopOutImage
BootstrapCardViewToolbarItemBase.SubMenuPopOutImage
BootstrapFileManagerSettingsToolbar.AdaptiveToolbarImage
BootstrapFileManagerToolbarCustomDropDownButton.PopOutImage
BootstrapGridViewToolbarItemBase.PopOutImage
BootstrapGridViewToolbarItemBase.SubMenuPopOutImage
BootstrapMenuBase.AdaptiveMenuImage
BootstrapMenuBase.HorizontalPopOutImage
BootstrapMenuBase.VerticalPopOutImage
BootstrapMenuBase.VerticalPopOutRtlImage
BootstrapMenuItem.PopOutImage
BootstrapMenuItem.SubMenuPopOutImage
BootstrapPopupMenu.HorizontalPopOutImage
BootstrapPopupMenu.VerticalPopOutImage
BootstrapPopupMenu.VerticalPopOutRtlImage
BootstrapToolbarItemBase.PopOutImage
BootstrapToolbarItemBase.SubMenuPopOutImage
BootstrapTreeViewNode.Image
Reporting ReportToolbarImages.BtnFirstPage
ReportToolbarImages.BtnLastPage
ReportToolbarImages.BtnNextPage
ReportToolbarImages.BtnPrevPage
ReportToolbarImages.BtnPrint
ReportToolbarImages.BtnPrintPage
ReportToolbarImages.BtnSave
ReportToolbarImages.BtnSaveWindow
ReportToolbarImages.BtnSearch

Remarks

Use the properties exposed by the ItemImageProperties class to specify the URL of the image source, define the image size and position, specify the alternate text displayed instead of the image when the image is unavailable, etc. These settings can be accessed via the NavBarItem.Image property.

All graphic file formats that can be interpreted by internet browsers, are supported. Note that if a PNG image with an alpha channel is specified via the ImagePropertiesBase.Url property, the image’s size should be defined explicitly via the ImagePropertiesBase.Width and ImagePropertiesBase.Height properties, in order to correctly display the image at runtime.

See Also