Table of Contents

Class GridColumnControlAction

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

Über diese Klasse werden zur Laufzeit die Actions für das Control Grid-Column angeboten.

[Serializable]
public class GridColumnControlAction : EditableControlAction, ISerializable, IFrameworkControlActionBase
Inheritance
GridColumnControlAction
Implements
Inherited Members

Methods

MoveAfter(IGridColumnControlAction)

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

MoveBefore(IGridColumnControlAction)

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

SetCell(guid)

Setzt den Fokus auf ein Feld.

SetCellBackColor(guid, Color?)
SetCellEditable(guid, bool)

Setzt die Editierbarkeit einer Grid-Zelle.

SetCellForeColor(guid, Color?)
SetMaxWidth(int?)
SetMinWidth(int?)

See Also