Infragistics2.Win.UltraWinTree.v8.1
Appearances Property
See Also 
Infragistics.Win.UltraWinTree Namespace > UltraTree Class : Appearances Property

Returns the appearances collection

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Appearances As AppearancesCollection
C# 
public AppearancesCollection Appearances {get;}

Remarks

The Appearances collection is a colletion of Appearances supplied for convenience. The Appearances in this collection have no direct effect on any object in the control. They are intended to be used as a repository of standard appearances which can then be applied to object in the control by assigning the appearance of the object to one of the items in the collection.

See Also