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

SplitterSeparators.BackwardCollapseButtonImage Property

Gets the settings of an image displayed within the collapse backward button element.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public HottrackedImageProperties BackwardCollapseButtonImage { get; }

Property Value

Type Description
HottrackedImageProperties

A HottrackedImageProperties object that contains image settings.

Remarks

The BackwardCollapseButtonImage property provides access to the settings that define a collapse backward button element displayed by a separator.

You can specify the visibility of all collapse forward buttons within a control using the ASPxSplitter.ShowCollapseBackwardButton property. To control a particular pane button’s visibility, use the SplitterPane.ShowCollapseBackwardButton property. Note that this property is applied to a button of a separator that divides the pane from its previous sibling pane (that is from a pane having the previous index within their common SplitterPaneCollection, which can be accessed via the ASPxSplitter.Panes (SplitterPane.Panes) property of their parent).

If you specify the BackwardCollapseButtonImage property for a particular pane’s button, note that the property is applied to a button of a separator that divides the pane from its next sibling pane (that is from a pane having the next index within their common SplitterPaneCollection, which can be accessed via the ASPxSplitter.Panes (SplitterPane.Panes) property of their parent).

In order to assign a common image to all collapse backward buttons within a splitter control, the SplitterImages.HorizontalCollapseBackwardButton and SplitterImages.VerticalCollapseBackwardButton properties, available via the control’s ASPxSplitter.Images property, can be used.

ASPxSplitter-VisualElements-BackwardButton

See Also