GridClientDeleteColumnImageUrl Property |
Gets or sets a value indicating the URL for the image that will be used in a
Image button.
ButtonType should be set to
ImageButton.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic override string ImageUrl { get; set; }
Public Overrides Property ImageUrl As String
Get
Set
public:
virtual property String^ ImageUrl {
String^ get () override;
void set (String^ value) override;
}
abstract ImageUrl : string with get, set
override ImageUrl : string with get, set
Property Value
Type:
String
See Also