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

ASPxRoundPanel.ExpandButtonImage Property

Gets the settings of an image displayed in the panel’s collapse button when the panel is collapsed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ImageProperties ExpandButtonImage { get; }

Property Value

Type Description
ImageProperties

A ImageProperties object that contains image settings.

See Also