[]
        
(Showing Draft Content)

GC.Data.StateRuleDirection

Enumeration: StateRuleDirection

GC.Data.StateRuleDirection

Defines the direction in which the style rule is applied.

example

view.addStyleRule("hoverRowStyle", GC.Data.View.StateRuleDirection, { backColor: "green" }, { state: GC.Data.RowColumnStates.hover });

Table of contents

Enumeration members

Enumeration members

both

both = 3

Specifies the style rule will apply to both row and column direction.


column

column = 2

Specifies the style rule will apply to the column direction.


none

none = 0

Specifies the style rule will not be applied.


row

row = 1

Specifies the style rule will apply to the row direction.