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

SplitterImages.VerticalCollapseBackwardButton Property

Gets the settings of an image displayed within the collapse backward button element of the ASPxSplitter’s vertical separators.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public HottrackedImageProperties VerticalCollapseBackwardButton { get; }

Property Value

Type Description
HottrackedImageProperties

A HottrackedImageProperties object that contains image settings.

Remarks

Use the VerticalCollapseBackwardButton property to define a common image for collapse backward buttons to be displayed within the vertical separators of the ASPxSplitter control.

The VerticalCollapseBackwardButton property’s value can be overridden at the level of individual panes, using the SplitterSeparators.BackwardCollapseButtonImage property, which can be accessed via a pane’s SplitterPane.Separators property.

See Also