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