GridEditFormItemEditFormCell Property |
The table cell where the edit form will be instantiated, during data-binding.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic TableCell EditFormCell { get; }
Public ReadOnly Property EditFormCell As TableCell
Get
public:
property TableCell^ EditFormCell {
TableCell^ get ();
}
member EditFormCell : TableCell with get
Property Value
Type:
TableCell
See Also