SplitterImages.HorizontalCollapseForwardButton Property
Gets the settings of an image displayed within the collapse forward button element of the ASPxSplitter’s horizontal separators.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public HottrackedImageProperties HorizontalCollapseForwardButton { get; }
#Property Value
Type | Description |
---|---|
Hottracked |
A Hottracked |
#Remarks
Use the HorizontalCollapseForwardButton property to define a common image for collapse forward buttons to be displayed within the horizontal separators of the ASPxSplitter control.
The HorizontalCollapseForwardButton 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.