Gets the value of the IsResizeColumn attached property for a given DependencyObject.
            
    Namespace: 
   Mindscape.WpfElements.WpfPropertyGridAssembly: Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public static bool GetIsResizeColumn( DependencyObject obj ) | 
| Visual Basic (Declaration) | 
|---|
| Public Shared Function GetIsResizeColumn ( _ obj As DependencyObject _ ) As Boolean | 
Parameters
- obj
- Type: System.Windows..::.DependencyObject
 The element from which to read the property value.
Return Value
The value of the IsResizeColumn attached property. Remarks
Remarks
If you set the IsResizeColumn attached property on a GridViewColumn,
            you can resize the column by dragging its right-hand border.





