SortSegment Constructor

Initializes a new instance of the SortSegment class.

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public SortSegment(
	ColumnBase column,
	SortDirection direction
)

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

See Also