DataList.PrepareControlHierarchy Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prepares the control hierarchy for rendering in the DataList control.
protected:
override void PrepareControlHierarchy();
protected public:
override void PrepareControlHierarchy();
protected override void PrepareControlHierarchy ();
protected internal override void PrepareControlHierarchy ();
override this.PrepareControlHierarchy : unit -> unit
Protected Overrides Sub PrepareControlHierarchy ()
Protected Friend Overrides Sub PrepareControlHierarchy ()
Remarks
The PrepareControlHierarchy method is used primarily by control developers when deriving a custom control from the DataList control.
The PrepareControlHierarchy prepares the control hierarchy and sets styles for contained DataListItem controls before the child controls are rendered.
Notes to Inheritors
Override the PrepareControlHierarchy() method to customize styles for controls contained in the DataList before they are rendered.