IPropertyDefinition
Defines metadata for a cell property, including its name, default value, layout impact, and behavior during cell insertion operations.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.PropertySystem
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public interface IPropertyDefinition
Derived Classes:
Properties
Indicates whether changes to this property require recalculating cell positions and sizes in the layout.
bool AffectsLayout { get; }
The value indicating whether the property affects layout.
The unique identifier for this property definition.
string Name { get; }
The name of the property.
The category to which this property belongs (Number, Alignment, Font, Border, Fill, Protection), used for selective style application.
StylePropertyGroup StylePropertyGroup { get; }
The style property group.
Indicates whether newly inserted cells inherit this property value from the preceding cell.
bool UseSameValueAsPreviousOnInsert { get; }
The value indicating whether to use same value as previous on insert.