New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public interface IPropertyDefinition

Derived Classes: PropertyDefinition<T>

Properties

Indicates whether changes to this property require recalculating cell positions and sizes in the layout.

C#
bool AffectsLayout { get; }
Property Value:

The value indicating whether the property affects layout.

The unique identifier for this property definition.

C#
string Name { get; }
Property Value:

The name of the property.

The category to which this property belongs (Number, Alignment, Font, Border, Fill, Protection), used for selective style application.

C#
StylePropertyGroup StylePropertyGroup { get; }
Property Value:

The style property group.

Indicates whether newly inserted cells inherit this property value from the preceding cell.

C#
bool UseSameValueAsPreviousOnInsert { get; }
Property Value:

The value indicating whether to use same value as previous on insert.