GridActiveRowStyle Enumeration

Determines the way an active row appears in a Grid

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public enum GridActiveRowStyle

Members

None0 Nothing will appear when the row is active
Border1 The active row will be surrounded by a black frame
RowBackColor2 
RowAndControlsColor3 
RowAndControlsBackColor4 

See Also