Xceed DataGrid for Silverlight Documentation
FollowsParentColumnDrag Property (Cell)


Gets a value indicating whether the cell is also dragged when its parent column is dragged.
Syntax
'Declaration
 
Public Overridable ReadOnly Property FollowsParentColumnDrag As Boolean
'Usage
 
Dim instance As Cell
Dim value As Boolean
 
value = instance.FollowsParentColumnDrag
public virtual bool FollowsParentColumnDrag {get;}

Property Value

 true if the cell is dragged when its parent column is dragged; false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

Cell Class
Cell Members

Send Feedback