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