DataList.PrepareControlHierarchy Method

Definition

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.

Applies to

See also