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

StartSizingEventArgs.SizingSide Property

Gets the edge of the dock panel which is being dragged.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public SizingSide SizingSide { get; }

Property Value

Type Description
DevExpress.XtraBars.Docking.SizingSide

A DevExpress.XtraBars.Docking.SizingSide enumeration member which represents the edge of the dock panel being dragged.

See Also