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