A newer version of this page is available.
Switch to the current version.
DataViewBase.GetColumnHeaderDragIndicatorSize(DependencyObject) Method
Gets the value of the DataViewBase.ColumnHeaderDragIndicatorSize attached property for a specified DependencyObject.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll
Declaration
public static double GetColumnHeaderDragIndicatorSize(
DependencyObject element
)
Public Shared Function GetColumnHeaderDragIndicatorSize(
element As DependencyObject
) As Double
Parameters
Name | Type | Description |
---|---|---|
element | DependencyObject | The element from which the property value is read. |
Returns
Type | Description |
---|---|
Double | The DataViewBase.ColumnHeaderDragIndicatorSize property value for the element. |
See Also
Feedback