ClassGeneralCategoryContent
Represents the content of the general category of the number tab of the FormatCellsDialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class GeneralCategoryContent : CategoryContentBase
Inheritance: objectControlBaseCategoryContentBaseGeneralCategoryContent
Inherited Members
Constructors
GeneralCategoryContent()
Initializes a new instance of the GeneralCategoryContent class.
Declaration
public GeneralCategoryContent()
Properties
Category
Gets the category.
Declaration
public override FormatStringCategory Category { get; }
Property Value
FormatStringCategory
The category.
Overrides
Info
Gets the info.
Declaration
public override string Info { get; }
Property Value
The info.
Overrides
InitialFormatString
Gets the initial format string.
Declaration
public override string InitialFormatString { get; }
Property Value
The initial format string.
Overrides
Methods
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
TryApplyFormat(CellValueFormat)
Tries to apply format.
Declaration
public override bool TryApplyFormat(CellValueFormat format)
Parameters
format
CellValueFormat
The format.
Returns
The value indicating whether the format was successfully applied.
Overrides