Table of Contents

Method MoveBefore

Namespace
FrameworkSystems.FrameworkControls.Actions
Assembly
FrameworkSystems.FrameworkControls.dll

MoveBefore(IGridColumnControlAction)

Verschiebt das aktuelle Grid-Column vor das übergebene beforeControl.

public virtual void MoveBefore(IGridColumnControlAction beforeControl)

Parameters

beforeControl IGridColumnControlAction

Examples

Verschiebt das Column grd_sID vor das Column grd_decPrice.

this.grd_sID.MoveBefore(this.grd_decPrice);