Class CustomExpressionFunctionContext
Inheritance
System.Object
CustomExpressionFunctionContext
Namespace: Simplic.UI.GridView
Assembly: Simplic.UI.dll
Syntax
[KnownType(typeof(CustomExpressionFunctionContext))]
public class CustomExpressionFunctionContext : ExpressionFunctionContext
Methods
| Improve this Doc View SourceGetFormattedField(Object, String, String, String, Int32)
Calculates the final sum based on the price and discount percentage.
Declaration
public string GetFormattedField(object row, string column, string type, string formatString, int fixedLength)
Parameters
Type | Name | Description |
---|---|---|
System.Object | row | |
System.String | column | |
System.String | type | |
System.String | formatString | |
System.Int32 | fixedLength |
Returns
Type | Description |
---|---|
System.String |