GrapeCity MultiRow Windows Forms Documentation
Displayed Property (Row)


Gets a value that indicates whether this row is displayed on the screen.
Syntax
<BrowsableAttribute(False)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public ReadOnly Property Displayed As Boolean
Dim instance As Row
Dim value As Boolean
 
value = instance.Displayed
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public bool Displayed {get;}

Property Value

true if the row is currently displayed on the screen; otherwise, false.
Remarks
Once a part of the Row is displayed on the screen, this property returns true.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Row Class
Row Members

 

 


Copyright © GrapeCity, inc. All rights reserved.