Class GridColumnControlAction
Über diese Klasse werden zur Laufzeit die Actions für das Control Grid-Column angeboten.
Inheritance
GridColumnControlAction
Implements
Inherited Members
Namespace: FrameworkSystems.FrameworkControls.Actions
Assembly: FrameworkSystems.FrameworkControls.dll
Syntax
[DocfxBrowsable]
public class GridColumnControlAction : EditableControlAction, ISerializable, IGridColumnControlAction, IFrameworkControlActionBase
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, Nullable<Color>)
SetCellEditable(guid, Boolean)
Setzt die Editierbarkeit einer Grid-Zelle.