A newer version of this page is available.
Switch to the current version.
FileManagerDetailsViewItemTemplateContainer Methods
Represents a container for the templates used to render data cells within the FileManager's Details view.Name | Description |
---|---|
AddedControl(Control, Int32) protected | Called after a child control is added to the Controls collection of the Control object. Inherited from Control. |
AddParsedSubObject(Object) protected | Notifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control's ControlCollection object. Inherited from Control. |
AddToHierarchy(Control, String) | For internal use only. Inherited from TemplateContainerBase. |
ApplyStyleSheetSkin(Page) | Applies the style properties defined in the page style sheet to the control. Inherited from Control. |
BeginRenderTracing(TextWriter, Object) protected | Begins design-time tracing of rendering data. Inherited from Control. |
BuildProfileTree(String, Boolean) protected | Gathers information about the server control and delivers it to the Trace property to be displayed when tracing is enabled for the page. Inherited from Control. |
ClearCachedClientID() protected |
Sets the cached ClientID value to null .
Inherited from Control. |
ClearChildControlState() protected | Deletes the control-state information for the server control's child controls. Inherited from Control. |
ClearChildState() protected | Deletes the view-state and control-state information for all the server control's child controls. Inherited from Control. |
ClearChildViewState() protected | Deletes the view-state information for all the server control's child controls. Inherited from Control. |
ClearEffectiveClientIDMode() protected | Sets the ClientIDMode property of the current control instance and of any child controls to Inherit. Inherited from Control. |
CreateChildControls() protected | Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering. Inherited from Control. |
CreateControlCollection() protected | Creates a new ControlCollection object to hold the child controls (both literal and server) of the server control. Inherited from Control. |
DataBind() | Binds a data source to the invoked server control and all its child controls. Inherited from GridBaseTemplateContainer. |
DataBind(Boolean) protected | Binds a data source to the invoked server control and all its child controls with an option to raise the DataBinding event. Inherited from Control. |
DataBindChildren() protected | Binds a data source to the server control's child controls. Inherited from Control. |
Dispose() | Enables a server control to perform final clean up before it is released from memory. Inherited from Control. |
EndRenderTracing(TextWriter, Object) protected | Ends design-time tracing of rendering data. Inherited from Control. |
EnsureChildControls() protected | Determines whether the server control contains child controls. If it does not, it creates child controls. Inherited from Control. |
EnsureID() protected | Creates an identifier for controls that do not have an identifier assigned. Inherited from Control. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |