Show / Hide Table of Contents

    Method MoveAfter

    MoveAfter(IGridColumnControlAction)

    Verschiebt das aktuelle Grid-Column hinter das übergebene afterControl.

    Declaration
    [DocfxBrowsable]
    public virtual void MoveAfter(IGridColumnControlAction afterControl)
    Parameters
    afterControl FrameworkSystems.FrameworkStudio.DevFormBase.IGridColumnControlAction
    Examples

    Verschiebt das Column grd_sID hinter das Column grd_decPrice.

    this.grd_sID.MoveAfter(this.grd_decPrice);
    Back to top Generated by DocFX