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

BaseGridColumnHeader.GetDragElementSize(DependencyObject) Method

Gets the value of the BaseGridColumnHeader.DragElementSize attached property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

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