Xceed DataGrid for Silverlight Documentation
FollowsParentColumnDrag Property (StatCell)


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

Property Value

false will always be returned since the cell is not dragged when its parent column is dragged.
Requirements

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

See Also

Reference

StatCell Class
StatCell Members
Base Implementation in FollowsParentColumnDrag

Send Feedback