Skip to main content

StartSizingEventArgs.SizingSide Property

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

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 edge of the dock panel being dragged.

See Also