Class AccountingCategoryContent
Represents the content of the accounting 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 AccountingCategoryContent : CategoryContentBase
Constructors
AccountingCategoryContent()
Initializes a new instance of the Accounting
Declaration
public AccountingCategoryContent()
Fields
DecimalPlacesProperty
Decimal places dependency property.
Declaration
public static readonly DependencyProperty DecimalPlacesProperty
Field Value
System.
|
SelectedCurrencyInfoProperty
Selected currency info dependency property.
Declaration
public static readonly DependencyProperty SelectedCurrencyInfoProperty
Field Value
System.
|
Properties
Category
Gets the category.
Declaration
public override FormatStringCategory Category { get; }
Property Value
Telerik. The category. |
Overrides
CurrencyInfos
Gets the currency infos.
Declaration
public IEnumerable<CurrencyInfo> CurrencyInfos { get; }
Property Value
System. The currency infos. |
DecimalPlaces
Gets or sets the decimal places.
Declaration
public int DecimalPlaces { get; set; }
Property Value
System. The decimal places. |
Info
Gets the info.
Declaration
public override string Info { get; }
Property Value
System. The info. |
Overrides
InitialFormatString
Gets the initial format string.
Declaration
public override string InitialFormatString { get; }
Property Value
System. The initial format string. |
Overrides
SelectedCurrencyInfo
Gets or sets the selected currency info.
Declaration
public CurrencyInfo SelectedCurrencyInfo { get; set; }
Property Value
Telerik. The selected currency info. |
Methods
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
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. The format. |
Returns
System. The value indicating whether the format was successfully applied. |