Class ThemeGallery
Provides methods and properties for using ThemeGallery.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class ThemeGallery : PopupGalleryBase<DocumentTheme>, INotifyPropertyChanged
Constructors
ThemeGallery()
Properties
BuiltInItems
Gets the built in items.
Declaration
protected override NamedObjects<DocumentTheme> BuiltInItems { get; }
Property Value
Telerik. The built in items. |
Overrides
ConfirmDeleteMessage
Gets the message to confirm delete.
Declaration
protected override string ConfirmDeleteMessage { get; }
Property Value
System. The message to confirm delete. |
Overrides
CurrentItem
Gets or sets the current item.
Declaration
protected override DocumentTheme CurrentItem { get; set; }
Property Value
Telerik. The current item. |
Overrides
CustomItems
Gets the custom items.
Declaration
protected override NamedObjects<DocumentTheme> CustomItems { get; }
Property Value
Telerik. The custom items. |
Overrides
Methods
GalleryItemContentToListBoxItem(DocumentTheme)
Gets a ListBox item from a gallery item.
Declaration
protected override RadListBoxItem GalleryItemContentToListBoxItem(DocumentTheme scheme)
Parameters
Telerik. The scheme. |
Returns
Rad The ListBox item. |
Overrides
ListBoxItemToGalleryItemContent(RadListBoxItem)
Gets a gallery item from a ListBox item.
Declaration
protected override DocumentTheme ListBoxItemToGalleryItemContent(RadListBoxItem item)
Parameters
Rad The list box item. |
Returns
Telerik. The gallery item. |
Overrides
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
OnRadSpreadsheetChanged(RadSpreadsheet, RadSpreadsheet)
Called when RadSpreadsheet is changed.
Declaration
protected override void OnRadSpreadsheetChanged(RadSpreadsheet oldEditor, RadSpreadsheet newEditor)
Parameters
Rad The old editor. |
Rad The new editor. |
Overrides
ShowEditItemDialog(GalleryContentItem<DocumentTheme>)
Shows the edit item dialog.
Declaration
protected override void ShowEditItemDialog(GalleryContentItem<DocumentTheme> contentItem)
Parameters
Gallery The content item. |