Click or drag to resize

PFGridViewHtmlHelperTPFBaseObjectGetColumnOrder Method

Gets the type of ordering of a column, based on the CustomSortFieldName setting.

Returns null if the column is not involved.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected Nullable<PFQueryOrderType> GetColumnOrder(
	string columnName
)

Parameters

columnName
Type: SystemString

Return Value

Type: NullablePFQueryOrderType
See Also