Show / Hide Table of Contents

Method GetIsResizeGripper

| Improve this Doc View Source

GetIsResizeGripper(DependencyObject)

Gets a value indicates whether specified object is resize gripper. This is the getter of IsResizeGripper attached property.

Declaration
public static bool GetIsResizeGripper(DependencyObject obj)
Parameters
Type Name Description
System.Windows.DependencyObject obj

The specified object.

Returns
Type Description
System.Boolean

true if specified object is resize gripper, otherwise false.

Remarks

Resizing is implemented via IsResizeGripper attached property. In the control template, an System.Windows.UIElement with this attached property value set to true will detect the mouse drag-and-drop and perform the column resizing operation.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest