KaxGridAutoGenerateColumns Property |
Gets or sets a boolean value that indicates whether to allow columns created based on the data source automatically. The default value is true.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual bool AutoGenerateColumns { get; set; }
Public Overridable Property AutoGenerateColumns As Boolean
Get
Set
public:
virtual property bool AutoGenerateColumns {
bool get ();
void set (bool value);
}
abstract AutoGenerateColumns : bool with get, set
override AutoGenerateColumns : bool with get, set
Property Value
Type:
Boolean
See Also