Field IsResizeGripperProperty
Identifies IsReiszeGripper attached property (GetIsResizeGripper(DependencyObject)/SetIsResizeGripper(DependencyObject, Boolean)).
Namespace: DevZest.Data.Views
Assembly: DevZest.Data.WPF.dll
Syntax
public static readonly DependencyProperty IsResizeGripperProperty
Returns
Type | Description |
---|---|
System.Windows.DependencyProperty |
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.