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