APNSoft Controls [4.5.2.20] - API Reference
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: APNSoftControls (in APNSoftControls.dll)

See Also

APNSoft.WebControls Namespace