GrapeCity MultiRow Windows Forms Documentation
InheritedState Property


Gets the inherited state of the cell that has taken the state of its parent Section into account.
Syntax
<BrowsableAttribute(False)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public ReadOnly Property InheritedState As MultiRowElementStates
Dim instance As Cell
Dim value As MultiRowElementStates
 
value = instance.InheritedState
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public MultiRowElementStates InheritedState {get;}

Property Value

One of the MultiRowElementStates values that indicates the cell's 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

Cell Class
Cell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.