ClassSpecialCategoryContent
Represents the content of the special category of the number tab of the FormatCellsDialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class SpecialCategoryContent : CategoryContentBase
Inheritance: objectControlBaseCategoryContentBaseSpecialCategoryContent
Inherited Members
Constructors
SpecialCategoryContent()
Initializes a new instance of the SpecialCategoryContent class.
Declaration
public SpecialCategoryContent()
Fields
SelectedCultureProperty
Selected culture dependency property.
Declaration
public static readonly DependencyProperty SelectedCultureProperty
Field Value
DependencyProperty
SelectedFormatInfosProperty
Selected format infos dependency property.
Declaration
public static readonly DependencyProperty SelectedFormatInfosProperty
Field Value
DependencyProperty
SelectedFormatProperty
Selected format dependency property.
Declaration
public static readonly DependencyProperty SelectedFormatProperty
Field Value
DependencyProperty
Properties
Category
Gets the category.
Declaration
public override FormatStringCategory Category { get; }
Property Value
FormatStringCategory
The category.
Overrides
CultureInfos
Gets the culture infos.
Declaration
public IEnumerable<CultureInfo> CultureInfos { get; }
Property Value
The culture infos.
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
SelectedCulture
Gets or sets the selected culture.
Declaration
public CultureInfo SelectedCulture { get; set; }
Property Value
The selected culture.
SelectedFormat
Gets or sets the selected format.
Declaration
public string SelectedFormat { get; set; }
Property Value
The selected format.
SelectedFormatInfos
Gets or sets the selected format infos.
Declaration
public IList<SpecialFormatInfo> SelectedFormatInfos { get; set; }
Property Value
IList<SpecialFormatInfo>
The selected format infos.
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.
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
format
CellValueFormat
The format.
Returns
The value indicating whether the format was successfully applied.
Overrides