GridEditFormItemFormColumns Property |
FormColumns are only available when EditFormType is GridEditFormType.AutoGenerated.
These are the container controls for each edit-form-column. You cna find the edit controls
in these containers. You should not remove any controls from this containers.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic Control[] FormColumns { get; }
Public ReadOnly Property FormColumns As Control()
Get
public:
property array<Control^>^ FormColumns {
array<Control^>^ get ();
}
member FormColumns : Control[] with get
Property Value
Type:
Control
See Also