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

SplitterImages.HorizontalSeparatorButton Property

Gets the settings of an image displayed within the separator image element of the ASPxSplitter’s horizontal separators.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public HottrackedImageProperties HorizontalSeparatorButton { get; }

Property Value

Type Description
HottrackedImageProperties

A HottrackedImageProperties object that contains image settings.

Remarks

Use the HorizontalSeparatorButton property to define a common image for separator image elements to be displayed within the horizontal separators of the ASPxSplitter control.

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

See Also