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

BaseGridColumnHeader.GetDragElementAllowTransparency(DependencyObject) Method

Gets the value of the BaseGridColumnHeader.DragElementAllowTransparency attached property.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public static bool GetDragElementAllowTransparency(
    DependencyObject obj
)

Parameters

Name Type Description
obj DependencyObject

An element from which the attached property is read.

Returns

Type Description
Boolean

A Boolean value.

See Also