Method MoveAfter
- Namespace
- FrameworkSystems.FrameworkControls.Actions
- Assembly
- FrameworkSystems.FrameworkControls.dll
MoveAfter(IGridColumnControlAction)
Verschiebt das aktuelle Grid-Column hinter das übergebene afterControl
.
public virtual void MoveAfter(IGridColumnControlAction afterControl)
Parameters
afterControl
IGridColumnControlAction
Examples
Verschiebt das Column grd_sID
hinter das Column grd_decPrice
.
this.grd_sID.MoveAfter(this.grd_decPrice);