Table of Contents

Interface IColumnValueFormatter

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Provide value formatting methods for tables.

public interface IColumnValueFormatter
Extension Methods

Methods

GetCellValue(string, IDataContainer)

Allows to return customized cell value.

string GetCellValue(string value, IDataContainer dataContainer)

Parameters

value string

Original value

dataContainer IDataContainer

Table row data.

Returns

string

Cell value.