Type | Name | Description | Notes |
Boolean | adjust | Stretches the bitmap in the rectangle of the gadget if the property is true . | |
Direction | alignment | Contains the alignment of the bitmap. Its string value can be one of the following: left , center , or right . | |
String | bitmapName | Contains the bitmap name that is displayed by the gadget. | |
String | columnName | Contains the name of the column that contains the bitmap names. | |
IliDataSource | dataSource | Contains the data source object. This property cannot be written to if the dataSourceName property is not empty. In other words, the data source can be specified either literally through the dataSource property or by name through the dataSourceName property, but not both. | |
String | dataSourceName | Contains the data source name. | |
Boolean | inputModified | This property is true if the value has been changed by the end user. | read-only |
String | value | Contains the value of the gadget. The type of this property is String. | |
Datatype | valueType | Contains the data type of the value. It is always String as the value of this gadget is the name of the bitmap it holds. | |