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