Represents the content of the Custom category of the Number tab.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class CustomCategoryContent : CategoryContentBase
Inheritance: objectControlBaseCategoryContentBaseCustomCategoryContent
Inherited Members
Constructors
Initializes a new instance of the CustomCategoryContent class.
public CustomCategoryContent()
Fields
SelectedFormatStringProperty
DependencyProperty
Selected format string dependency property.
public static readonly DependencyProperty SelectedFormatStringProperty
Properties
Category
FormatStringCategory
Gets the category.
public override FormatStringCategory Category { get; }
The category.
Overrides:
Gets the format strings.
public ObservableCollection<string> FormatStrings { get; }
The format strings.
Gets the initial format string.
public override string InitialFormatString { get; }
The initial format string.
Overrides:
Gets or sets the selected format string.
public string SelectedFormatString { get; set; }
The selected format string.
Methods
When overridden in a derived class, is invoked whenever application code or internal processes call .
public override void OnApplyTemplate()
Called when the cell format value is changed.
protected override void OnCellFormatValueChanged()
Overrides:
Called when the window is closed.
public override void OnWindowClosed()
Overrides:
Tries to apply format.
public override bool TryApplyFormat(CellValueFormat format)
The format.
Returns:The value indicating whether the format was successfully applied.
Overrides: