Skip to main content
Tab

SplitterImages.VerticalCollapseForwardButton Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public HottrackedImageProperties VerticalCollapseForwardButton { get; }

Property Value

Type Description
HottrackedImageProperties

A HottrackedImageProperties object that contains image settings.

Remarks

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

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

See Also