FlexGrid for WinForms
IsNode Property



Gets or sets whether this row is a node row in an outline.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property IsNode As Boolean
'Usage
 
Dim instance As Row
Dim value As Boolean
 
instance.IsNode = value
 
value = instance.IsNode
[DefaultValue()]
public bool IsNode {get; set;}
[DefaultValue()]
public:
property bool IsNode {
   bool get();
   void set (    bool value);
}
Remarks

This property determines whether the row behaves as a node in an outline tree.

You can use IsNode to create custom outline trees, or use the grid's Subtotal(AggregateEnum,Int32,Int32,Int32,Int32,String) method to create outline trees automatically.

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 (c) GrapeCity, inc. All rights reserved.

Send Feedback