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