Class CustomCategoryContent
Represents the content of the Custom category of the Number tab.
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class CustomCategoryContent : CategoryContentBase, INotifyPropertyChanged
Constructors
CustomCategoryContent()
Initializes a new instance of the CustomCategoryContent class.
Declaration
public CustomCategoryContent()
Properties
Category
Gets the category.
Declaration
public override FormatStringCategory Category { get; }
Property Value
FormatStringCategory
The category. |
Overrides
FormatStrings
Gets the format strings.
Declaration
public ObservableCollection<string> FormatStrings { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<System.String>
The format strings. |
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
SelectedFormatString
Gets or sets the selected format string.
Declaration
public string SelectedFormatString { get; set; }
Property Value
System.String
The selected format string. |
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
OnCellFormatValueChanged()
Called when the cell format value is changed.
Declaration
protected override void OnCellFormatValueChanged()
Overrides
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.EventArgs
e
|
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
CellValueFormat
format
The format. |
Returns
System.Boolean
The value indicating whether the format was successfully applied. |