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

FileManagerToolbarCustomDropDownButton.PopOutImage Property

Gets the settings of an item‘s pop-out image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ItemImageProperties PopOutImage { get; }

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