| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property AllDayImage As Integer | |
| C# | |
|---|---|
public virtual int AllDayImage {get; set;} | |
Property Value
IntegerUser defined images must be placed into an image list control. The image list control is assigned to the control through the ImageList property.
Please see Defining Images in the Control for additional information.