FileManagerToolbarCustomDropDownButton.PopOutImage Property
Gets the settings of an item‘s pop-out image.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
ItemImageProperties | A ItemImageProperties object that contains image settings. |
Remarks
The item pop-out image is displayed when the FileManagerToolbarCustomDropDownButton.DropDownMode property is set to true
and the FileManagerToolbarCustomDropDownButton.Items collection is not empty. Use the PopOutImage property to specify settings of the item pop-out image
See Also