FlexGrid for WinForms
Style Property (GridTree)



Gets or sets the style of the outline tree.
Syntax
'Declaration
 
<C1DescriptionAttribute("Gets or sets the style of the outline tree.")>
<DefaultValueAttribute()>
Public Property Style As TreeStyleFlags
'Usage
 
Dim instance As GridTree
Dim value As TreeStyleFlags
 
instance.Style = value
 
value = instance.Style
[C1Description("Gets or sets the style of the outline tree.")]
[DefaultValue()]
public TreeStyleFlags Style {get; set;}
[C1Description("Gets or sets the style of the outline tree.")]
[DefaultValue()]
public:
property TreeStyleFlags Style {
   TreeStyleFlags get();
   void set (    TreeStyleFlags value);
}
Remarks

Use the Style property to determine whether the outline tree should include lines connecting the nodes and buttons for collapsing and expanding the nodes. See the TreeStyleFlags enumeration for details.

Use the Column property to determine where the grid will show the outline tree.

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

GridTree Class
GridTree Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback