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