GridGroupSplitterColumnExpandImageUrl Property |
Gets or sets a string, specifying the URL to the image, which will be used
instead of the default Expand image for the GridGroupSplitterColumn (the plus
sign).
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual string ExpandImageUrl { get; set; }
Public Overridable Property ExpandImageUrl As String
Get
Set
public:
virtual property String^ ExpandImageUrl {
String^ get ();
void set (String^ value);
}
abstract ExpandImageUrl : string with get, set
override ExpandImageUrl : string with get, set
Property Value
Type:
String
See Also