New to Telerik Document ProcessingStart a free 30-day trial

Declares all available cell property definitions for formatting, styling, and data validation used in the property system.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.PropertySystem

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

C#
public static class CellPropertyDefinitions

Inheritance: objectCellPropertyDefinitions

Fields

Gets all property definitions.

C#
public static readonly ReadOnlyCollection<IPropertyDefinition> AllPropertyDefinitions

Gets bottom border property definition.

C#
public static readonly IPropertyDefinition<CellBorder> BottomBorderProperty

Gets data validation property definition.

C#
public static readonly IPropertyDefinition<IDataValidationRule> DataValidationRuleProperty

Gets diagonal down border property definition.

C#
public static readonly IPropertyDefinition<CellBorder> DiagonalDownBorderProperty

Gets diagonal up border property definition.

C#
public static readonly IPropertyDefinition<CellBorder> DiagonalUpBorderProperty

Gets fill property definition.

C#
public static readonly IPropertyDefinition<IFill> FillProperty

Gets font family property definition.

C#
public static readonly IPropertyDefinition<ThemableFontFamily> FontFamilyProperty

Gets fonts size property definition.

C#
public static readonly IPropertyDefinition<double> FontSizeProperty

Gets fore color property definition.

C#
public static readonly IPropertyDefinition<ThemableColor> ForeColorProperty

Gets format property definition.

C#
public static readonly IPropertyDefinition<CellValueFormat> FormatProperty

Gets horizontal alignment property definition.

C#
public static readonly IPropertyDefinition<RadHorizontalAlignment> HorizontalAlignmentProperty

Gets indent property definition.

C#
public static readonly IPropertyDefinition<int> IndentProperty

Gets is bold property definition.

C#
public static readonly IPropertyDefinition<bool> IsBoldProperty

Gets is italic property definition.

C#
public static readonly IPropertyDefinition<bool> IsItalicProperty

Gets is locked property definition.

C#
public static readonly IPropertyDefinition<bool> IsLockedProperty

Gets is strikethrough property definition.

C#
public static readonly IPropertyDefinition<bool> IsStrikethroughProperty

Gets is wrapped property definition.

C#
public static readonly IPropertyDefinition<bool> IsWrappedProperty

Gets left border property definition.

C#
public static readonly IPropertyDefinition<CellBorder> LeftBorderProperty

Gets right border property definition.

C#
public static readonly IPropertyDefinition<CellBorder> RightBorderProperty

Gets style name property definition.

C#
public static readonly IPropertyDefinition<string> StyleNameProperty

Gets text rotation property definition.

C#
public static readonly IPropertyDefinition<int> TextRotationProperty

Gets top border property definition.

C#
public static readonly IPropertyDefinition<CellBorder> TopBorderProperty

Gets underline property definition.

C#
public static readonly IPropertyDefinition<UnderlineType> UnderlineProperty

Gets value property definition.

C#
public static readonly IPropertyDefinition<ICellValue> ValueProperty

Gets vertical alignment property definition.

C#
public static readonly IPropertyDefinition<RadVerticalAlignment> VerticalAlignmentProperty

Gets the vertical text alignment property definition for superscript and subscript.

C#
public static readonly IPropertyDefinition<VerticalTextAlignment> VerticalTextAlignmentProperty