Interface
IContentFormatter

Defines a type that can convert some input to its string representation.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public interface IContentFormatter

Methods

Format(object, object)

Formats the content, using the provided owner.

Declaration

cs-api-definition
object Format(object owner, object content)

Parameters

owner

object

The owner.

content

object

The content to be formatted.

Returns

object

The formatted content.

In this article
DefinitionMethodsFormat(object, object)
Not finding the help you need?
Contact Support