FileManagerToolbarCustomDropDownButton.PopOutImage Property
In This Article
Gets the settings of an item‘s pop-out image.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ItemImageProperties PopOutImage { get; }
#Property Value
Type | Description |
---|---|
Item |
A Item |
#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