APNSoft.WebControls Namespace (APNSoft DataGrid)

GridColumn.FormatOrderValues Enumeration

Values for the FormatOrder property.

[Visual Basic]
Public Enum GridColumn.FormatOrderValues
[C#]
public enum GridColumn.FormatOrderValues

Members

Member NameDescription
FormatString_Template At first, data is formatted according to FormatString property, and then a template is applied, which is defined by the Template property.
Template_FormatString At first, a template is applied to data according to the Template property, and then goes the formatting according to the FormatString property.

Requirements

Namespace: APNSoft.WebControls

Assembly: APNSoftDataGrid (in APNSoftDataGrid.dll)

See Also

APNSoft.WebControls Namespace