ExpandDownIconImage Property
In This Topic
Gets or sets the image displayed in the header of a collapsed
C1AccordionPage when
ExpandDirection is set to
ExpandDirection.Down.
Syntax
'Declaration
Public Property ExpandDownIconImage As Image
public Image ExpandDownIconImage {get; set;}
See Also