GridExpandColumnCommandName Property |
Gets or sets a string, representing the CommandName of the GridExpandColumn. The
command name's default value is "ExpandCollapse". It can be used to determine the
type of command in the ItemCommand event handler. function
GridCreated() { }
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual string CommandName { get; set; }
Public Overridable Property CommandName As String
Get
Set
public:
virtual property String^ CommandName {
String^ get ();
void set (String^ value);
}
abstract CommandName : string with get, set
override CommandName : string with get, set
Property Value
Type:
String
See Also