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

SplitterStyles.ResizingPointer Property

Gets style settings defining the appearance of the separators within the ASPxSplitter while resizing the panes.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public SplitterResizingPointerStyle ResizingPointer { get; }

Property Value

Type Description
SplitterResizingPointerStyle

A SplitterResizingPointerStyle object containing style settings.

Remarks

Note

The ResizingPointer property is not in effect in live resizing mode when the ASPxSplitter.ResizingMode property is set to Live.

See Also