BoundColumn.Initialize Method

Definition

Resets the BoundColumn to its initial state.

public:
 override void Initialize();
public override void Initialize ();
override this.Initialize : unit -> unit
Public Overrides Sub Initialize ()

Remarks

Use the Initialize method to reset the BoundColumn to its initial state.

Applies to

See also