Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
dxFileManager toolbar items
cssClass Specifies a CSS class to be applied to the item. disabled Specifies whether the UI component item responds to user interaction. icon Specifies the icon to be displayed on the toolbar item. This property accepts one of the following: The icon's URL The icon's name if the icon is from the DevExtreme icon library The icon's CSS class if the icon is from an external icon library (see
dxForm TabbedItem tabs
: The icon's URL The icon's name if the icon is from the DevExtreme icon library The icon's CSS class if the icon is from an external icon library (see External Icon Libraries) The icon in the Base64 format
dxGallery items
element. imageSrc Specifies the URL of the image displayed by the item. render An alias for the template property specified in React. Accepts a rendering function. Refer to Using a Rendering Function
Object Structures loadPanel
whether the load panel is enabled. height Specifies the height of the load panel in pixels. indicatorSrc Specifies a URL pointing to an image to be used as a loading indicator. shading Specifies
Customize the Loading Indicator
If you need to use a 3rd-party loading indicator inside the LoadPanel, assign its URL to the indicatorSrc property. jQuery JavaScript$(function() { $("#loadPanelContainer").dxLoadPanel({ hideOnOutsideClick: true, indicatorSrc: "https://js.devexpress.com/Content/data/loadingIcons/rolling.svg" }); $("#buttonContainer").dxButton({ text: "Show the Load Panel