[]
        
(Showing Draft Content)

FarPoint.Web.Spread.RowEditTemplateContainer

RowEditTemplateContainer Class

Represents a row edit template container.

Inheritance
RowEditTemplateContainer
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
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

Constructors

Name Description
RowEditTemplateContainer(SheetView)

Creates a new row edit template container.

Properties

Name Description
Cancel

Internal use only. Gets the cancel command.

Sheet

Gets the sheet.

Update

Internal use only. Gets the update command.

Methods

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.