Interface IPropertyDefinition<T>
Represents property definition.
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
Gets the default value.
Declaration
T DefaultValue { get; }
Property Value
T
The default value. |