GrapeCity MultiRow Windows Forms Documentation
State Property (Row)


Gets the current state of the row.
Syntax
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<BrowsableAttribute(False)>
Public ReadOnly Property State As MultiRowElementStates
Dim instance As Row
Dim value As MultiRowElementStates
 
value = instance.State
[EditorBrowsable(EditorBrowsableState.Advanced)]
[Browsable(false)]
public MultiRowElementStates State {get;}

Property Value

A bitwise combination of MultiRowElementStates values that indicate the row state.
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
GetState(Int32) Method

 

 


Copyright © GrapeCity, inc. All rights reserved.