CustomCommandButton.ImageUrl

CustomCommandButton.ImageUrl property

Gets or sets the command button’s image url. If sets to null or empty string, the button will only display it’s text.

public string ImageUrl { get; set; }

See Also