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

SplitterSeparators.Image Property

Gets the settings of an image displayed within the separator image element of a pane’s child pane separators.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public HottrackedImageProperties Image { get; }

Property Value

Type Description
HottrackedImageProperties

A HottrackedImageProperties object that contains image settings.

Remarks

The Image property provides access to the settings that define a separator image element displayed by separators within a pane.

In order to assign a common image to all separators within a splitter control, the SplitterImages.HorizontalSeparatorButton and SplitterImages.VerticalSeparatorButton properties, available via the control’s ASPxSplitter.Images property, can be used.

See Also