IconStyle Property (C1DateTimeBase<TTimeValue>)
In This Topic
Gets or sets the style of the icon that is placed inside the button used to toggle the drop-down.
Syntax
'Declaration
Public Property IconStyle As C1Style
public C1Style IconStyle {get; set;}
See Also