GridEditFormSettingsEditColumn Property |
Set properties of the update-cancel buttons column that appears in an edit form
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax [PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public GridEditCommandColumn EditColumn { get; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public ReadOnly Property EditColumn As GridEditCommandColumn
Get
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
property GridEditCommandColumn^ EditColumn {
GridEditCommandColumn^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member EditColumn : GridEditCommandColumn with get
Property Value
Type:
GridEditCommandColumnSee Also