FontGallery
Provides methods and properties for using a FontGallery.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Controls
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class FontGallery : PopupGalleryBase<ThemeFontScheme>, INotifyPropertyChanged
Inheritance: objectControlBasePopupGalleryBasePopupGalleryBase<ThemeFontScheme>FontGallery
Implements:
Inherited Members
Constructors
Initializes a new instance of the FontGallery class.
public FontGallery()
Properties
BuiltInItems
NamedObjects<ThemeFontScheme>
Gets the built in items.
protected override NamedObjects<ThemeFontScheme> BuiltInItems { get; }
The built in items.
Overrides:
Gets the message to confirm delete.
protected override string ConfirmDeleteMessage { get; }
The message to confirm delete.
Overrides:
CurrentItem
ThemeFontScheme
Gets or sets the current item.
protected override ThemeFontScheme CurrentItem { get; set; }
The current item.
Overrides:
CustomItems
NamedObjects<ThemeFontScheme>
Gets the custom items.
protected override NamedObjects<ThemeFontScheme> CustomItems { get; }
The custom items.
Overrides:
Methods
Gets a ListBox item from a gallery item.
protected override RadListBoxItem GalleryItemContentToListBoxItem(ThemeFontScheme scheme)
The scheme.
Returns:The ListBox item.
Overrides:
ListBoxItemToGalleryItemContent(RadListBoxItem)
ThemeFontScheme
Gets a gallery item from a ListBox item.
protected override ThemeFontScheme ListBoxItemToGalleryItemContent(RadListBoxItem item)
The list box item.
Returns:ThemeFontScheme
The gallery item.
Overrides:
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Called when RadSpreadsheet is changed.
protected override void OnRadSpreadsheetChanged(RadSpreadsheet oldEditor, RadSpreadsheet newEditor)
The old editor.
newEditorRadSpreadsheetThe new editor.
Overrides:
Shows the edit item dialog.
protected override void ShowEditItemDialog(GalleryContentItem<ThemeFontScheme> contentItem)
The content item.
Overrides: