SplitterSeparators.Image Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public HottrackedImageProperties Image { get; }
#Property Value
Type | Description |
---|---|
Hottracked |
A Hottracked |
#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