Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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