Interface IPropertyDefinition<T>
Defines strongly-typed metadata for a cell property, providing compile-time type safety and a default value of type T.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.PropertySystem
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public interface IPropertyDefinition<T> : IPropertyDefinition
Type Parameters
|
T
The type of T. |
Properties
DefaultValue
The default value returned when this property is not explicitly set on a cell, row, or column.
Declaration
T DefaultValue { get; }
Property Value
|
T
The default value. |