Shunde.NET Framework Class Library

TreeNode.IsShaded Property

Specifies whether a TreeNode is visible, or shaded

public  IsShaded {get;}

Remarks

A TreeNode is 'shaded' if either it is hidden, or one of its ancestors is hidden - this is not set from the database; rather it is a 'cached' variable, only valid if set, to save time working it out every time it is needed.

See Also

TreeNode Class | Shunde.Common Namespace