ComponentOne TileControl for WinForms
IntValueSelector Enumeration

C1.Win.C1TileControl.4 Assembly > C1.Win.C1Tile Namespace : IntValueSelector Enumeration
Defines which property of a Tile object should be bound to an integer value within a template element.
Syntax
'Declaration
 
Public Enum IntValueSelector 
   Inherits System.Enum
public enum IntValueSelector : System.Enum 
Members
MemberDescription
DefaultBinds to an integer value that is stored in the Tile.IntValue property.
IntValue1Binds to an integer value that is stored in the Tile.IntValue1 property.
IntValue2Binds to an integer value that is stored in the Tile.IntValue2 property.
IntValue3Binds to an integer value that is stored in the Tile.IntValue3 property.
IntValue4Binds to an integer value that is stored in the Tile.IntValue4 property.
IntValue5Binds to an integer value that is stored in the Tile.IntValue5 property.
UnboundUses the template's own value.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Tile.IntValueSelector

See Also

Reference

C1.Win.C1Tile Namespace