SortSegment Constructor
Namespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public SortSegment(
ColumnBase column,
SortDirection direction
)
Public Sub New (
column As ColumnBase,
direction As SortDirection
)
new :
column : ColumnBase *
direction : SortDirection -> SortSegment
Parameters
- column ColumnBase
- The column based on which this SortSegment will be created
- direction SortDirection
- The direction based on which this SortSegment will be created