Xceed DataGrid for Silverlight Documentation
IsPressed Property


Gets a value indicating whether the cell is pressed.
Syntax
'Declaration
 
Public ReadOnly Property IsPressed As Boolean
'Usage
 
Dim instance As ColumnManagerCell
Dim value As Boolean
 
instance.IsPressed = value
 
value = instance.IsPressed
public bool IsPressed {get;}

Property Value

true if the cell is pressed; false otherwise.
Requirements

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

See Also

Reference

ColumnManagerCell Class
ColumnManagerCell Members

Send Feedback