Usages of TableRenderingOrder
Properties
tableRenderingOrder | in StripeHitTester | Gets the hit test order that is currently used by this instance | |
tableRenderingOrder | in TableNodeStyle | Gets or sets the order in which rows and columns are rendered. |
Method Return Values
from (TableRenderingOrder) | in TableRenderingOrder | Converts the given argument to an enum constant of this enum type. |
Method Parameters
StripeHitTester (ITable, TableRenderingOrder) | in StripeHitTester | Create a new instance for a specific table instance that uses the order specified by tableRenderingOrder to determine the order of the hit test results. | |
TableNodeStyle (ITable?, ) | in TableNodeStyle | Constructor with a custom renderer implementation that uses table as backing table model. | |
from (TableRenderingOrder) | in TableRenderingOrder | Converts the given argument to an enum constant of this enum type. | |
getName (TableRenderingOrder) | in TableRenderingOrder | Returns the name of the given enum constant. |