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.v24.2.dll
Declaration
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