Class GridColumnControlAction
Über diese Klasse werden zur Laufzeit die Actions für das Control Grid-Column angeboten.
Inheritance
System.Object
GridColumnControlAction
Inherited Members
Namespace: FS.Hosting.Broker.Shared.Actions
Assembly: FS.Hosting.Broker.Shared.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.