Interface IPropertyDefinition
Represents property definition.
Namespace: Telerik.Windows.Documents.Spreadsheet.PropertySystem
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public interface IPropertyDefinition
  Properties
AffectsLayout
Gets a value indicating whether the property affects layout.
Declaration
bool AffectsLayout { get; }
  Property Value
| 
        System.Boolean
         The value indicating whether the property affects layout.  | 
    
Name
Gets the name of the property.
Declaration
string Name { get; }
  Property Value
| 
        System.String
         The name of the property.  | 
    
StylePropertyGroup
Gets the style property group.
Declaration
StylePropertyGroup StylePropertyGroup { get; }
  Property Value
| 
        StylePropertyGroup
         The style property group.  | 
    
UseSameValueAsPreviousOnInsert
Gets a value indicating whether to use same value as previous on insert.
Declaration
bool UseSameValueAsPreviousOnInsert { get; }
  Property Value
| 
        System.Boolean
         The value indicating whether to use same value as previous on insert.  |