[]
Represents a row edit template container.
public class RowEditTemplateContainer : Panel, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, INamingContainer
Public Class RowEditTemplateContainer
Inherits Panel
Implements IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, INamingContainer
Name | Description |
---|---|
RowEditTemplateContainer(SheetView) | Creates a new row edit template container. |
Name | Description |
---|---|
Cancel | Internal use only. Gets the cancel command. |
Sheet | Gets the sheet. |
Update | Internal use only. Gets the update command. |
Name | Description |
---|---|
CreateChildControls() | Internal use only. |
GetHeader(int) | Gets the header of the specified column. |
GetText(int) | Gets the text of the specified column (by index). |
GetText(string) | Gets the text of the specified column (by name). |
GetValue(int) | Gets the value of the specified column (by index). |
GetValue(string) | Gets the value of the specified column (by name). |
OnPreRender(EventArgs) | Internal use only. Handles pre-render. |