Skip to main content

EndSizingEventArgs.SizingSide Property

Gets the dock panel’s dragged edge.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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