Skip to main content

BaseGridColumnHeader.GetDragElementSize(DependencyObject) Method

Gets the value of the BaseGridColumnHeader.DragElementSize attached property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public static Size GetDragElementSize(
    DependencyObject obj
)

Parameters

Name Type Description
obj DependencyObject

An element from which the attached property is read.

Returns

Type Description
Size

A Boolean value.

See Also