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

EndSizingEventArgs.SizingSide Property

Gets the dock panel’s dragged edge.

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 dock panel’s dragged edge.

See Also