Class FractionCategoryContent
Represents the content of the fraction 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 FractionCategoryContent : CategoryContentBase
Constructors
FractionCategoryContent()
Initializes a new instance of the FractionCategoryContent class.
Declaration
public FractionCategoryContent()
Fields
SelectedFormatProperty
Selected format dependency property.
Declaration
public static readonly DependencyProperty SelectedFormatProperty
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
DisplayNameToFractionFormatStrings
Gets the display name to fraction format strings pairs.
Declaration
public IEnumerable<KeyValuePair<string, string>> DisplayNameToFractionFormatStrings { get; }
Property Value
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.String>>
The display name to fraction format strings pairs. |
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
SelectedFormat
Gets or sets the selected format.
Declaration
public string SelectedFormat { get; set; }
Property Value
System.String
The selected format. |
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. |