Class NumberCategoryContent
Represents the content of the number category of the number tab of the FormatCellsDialog.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class NumberCategoryContent : CategoryContentBase
Constructors
NumberCategoryContent()
Initializes a new instance of the NumberCategoryContent class.
Declaration
public NumberCategoryContent()
Fields
DecimalPlacesProperty
Decimal places dependency property.
Declaration
public static readonly DependencyProperty DecimalPlacesProperty
Field Value
System.Windows.DependencyProperty
|
SelectedNumberItemProperty
Selected number item dependency property.
Declaration
public static readonly DependencyProperty SelectedNumberItemProperty
Field Value
System.Windows.DependencyProperty
|
UseThousandSeparatorProperty
Use thousand separator dependency property.
Declaration
public static readonly DependencyProperty UseThousandSeparatorProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Category
Gets the category.
Declaration
public override FormatStringCategory Category { get; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings.FormatStringCategory
The category. |
Overrides
DecimalPlaces
Gets or sets the decimal places.
Declaration
public int DecimalPlaces { get; set; }
Property Value
System.Int32
The decimal places. |
Info
Gets the info.
Declaration
public override string Info { get; }
Property Value
System.String
The info. |
Overrides
InitialFormatString
Gets the initial format string.
Declaration
public override string InitialFormatString { get; }
Property Value
System.String
The initial format string. |
Overrides
NumberItems
Gets the number items.
Declaration
public ObservableCollection<NumberItem> NumberItems { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<NumberItem>
The number items. |
SelectedNumberItem
Gets or sets the selected number item.
Declaration
public NumberItem SelectedNumberItem { get; set; }
Property Value
NumberItem
The selected number item. |
UseThousandSeparator
Gets or sets a value indicating if a thousand separator will be used.
Declaration
public bool UseThousandSeparator { get; set; }
Property Value
System.Boolean
The value indicating if a thousand separator will be used. |
Methods
OnWindowClosed()
Called when the window is closed.
Declaration
public override void OnWindowClosed()
Overrides
TryApplyFormat(CellValueFormat)
Tries to apply format.
Declaration
public override bool TryApplyFormat(CellValueFormat format)
Parameters
Telerik.Windows.Documents.Spreadsheet.Model.CellValueFormat
format
The format. |
Returns
System.Boolean
The value indicating whether the format was successfully applied. |