FormatDefinition / PartialFormatDefinition
Description
A FormatDefinition
is an interface that exposes properties to allow the definition of a formatter for the data. At this time, the DataGrid supports a format to be a Formatter
or a FormatterProvider
.
Properties
Property |
Type |
Description |
---|---|---|
format? |
Represents a function that takes a |
|
provider? |
An object that exposes a |
Remarks
A FormatDefinition
can be provided through the FormatDefinitionCollection
.
A partial type/interface is an object in which properties are optional.
Need help? Contact us!