KaxGridAutoGenerateEditColumn Property |
Gets or sets a boolean value that indicates whether to allow Kettic KaxGrid to create edit the column automatically, the default value is false.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual bool AutoGenerateEditColumn { get; set; }
Public Overridable Property AutoGenerateEditColumn As Boolean
Get
Set
public:
virtual property bool AutoGenerateEditColumn {
bool get ();
void set (bool value);
}
abstract AutoGenerateEditColumn : bool with get, set
override AutoGenerateEditColumn : bool with get, set
Property Value
Type:
Boolean
See Also