Version

PropertyIds Enumeration

Unique identifier for each property.
Syntax
'Declaration
 
Public Enum PropertyIds 
   Inherits System.Enum
public enum PropertyIds : System.Enum 
Members
MemberDescription
AddedItem was added to the collection
AliasAlias Property
AsynchronousCalcDurationAsynchronousCalcDuration Property
AsynchronousCalcIntervalAsynchronousCalcInterval Property
CalcFrequencyCalcFrequency Property
CategoryCategory Property
ClearedCollection was cleared
ErrorIconErrorIcon Property
ErrorIconAlignmentErrorIconAlignment Property
ErrorValueErrorValue Property
FormulaFormula Property
KeyKey Property
NamedReferenceNamedReference Property
NamedReferencesNamedReferences Collection Property
PropertyNamePropertyName Property
RemovedItem was removed to the collection
TreatAsTypeTreatAsType Property
Remarks

This enumeration lists all of the possible properties of the objects in the UltraWinCalcManager namespace. These are used in the Infragistics.Win.UltraComponentBase.PropertyChanged event.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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