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:
public static class CellPropertyDefinitions
Inheritance: objectCellPropertyDefinitions
Fields
Gets all property definitions.
public static readonly ReadOnlyCollection<IPropertyDefinition> AllPropertyDefinitions
Gets bottom border property definition.
public static readonly IPropertyDefinition<CellBorder> BottomBorderProperty
Gets data validation property definition.
public static readonly IPropertyDefinition<IDataValidationRule> DataValidationRuleProperty
Gets diagonal down border property definition.
public static readonly IPropertyDefinition<CellBorder> DiagonalDownBorderProperty
Gets diagonal up border property definition.
public static readonly IPropertyDefinition<CellBorder> DiagonalUpBorderProperty
Gets fill property definition.
public static readonly IPropertyDefinition<IFill> FillProperty
FontFamilyProperty
IPropertyDefinition<ThemableFontFamily>
Gets font family property definition.
public static readonly IPropertyDefinition<ThemableFontFamily> FontFamilyProperty
Gets fonts size property definition.
public static readonly IPropertyDefinition<double> FontSizeProperty
Gets fore color property definition.
public static readonly IPropertyDefinition<ThemableColor> ForeColorProperty
Gets format property definition.
public static readonly IPropertyDefinition<CellValueFormat> FormatProperty
Gets horizontal alignment property definition.
public static readonly IPropertyDefinition<RadHorizontalAlignment> HorizontalAlignmentProperty
Gets indent property definition.
public static readonly IPropertyDefinition<int> IndentProperty
Gets is bold property definition.
public static readonly IPropertyDefinition<bool> IsBoldProperty
Gets is italic property definition.
public static readonly IPropertyDefinition<bool> IsItalicProperty
Gets is locked property definition.
public static readonly IPropertyDefinition<bool> IsLockedProperty
Gets is strikethrough property definition.
public static readonly IPropertyDefinition<bool> IsStrikethroughProperty
Gets is wrapped property definition.
public static readonly IPropertyDefinition<bool> IsWrappedProperty
Gets left border property definition.
public static readonly IPropertyDefinition<CellBorder> LeftBorderProperty
Gets right border property definition.
public static readonly IPropertyDefinition<CellBorder> RightBorderProperty
Gets style name property definition.
public static readonly IPropertyDefinition<string> StyleNameProperty
Gets text rotation property definition.
public static readonly IPropertyDefinition<int> TextRotationProperty
Gets top border property definition.
public static readonly IPropertyDefinition<CellBorder> TopBorderProperty
Gets underline property definition.
public static readonly IPropertyDefinition<UnderlineType> UnderlineProperty
Gets value property definition.
public static readonly IPropertyDefinition<ICellValue> ValueProperty
Gets vertical alignment property definition.
public static readonly IPropertyDefinition<RadVerticalAlignment> VerticalAlignmentProperty
Gets the vertical text alignment property definition for superscript and subscript.
public static readonly IPropertyDefinition<VerticalTextAlignment> VerticalTextAlignmentProperty