Class DocumentThemeListBoxItem
Represents a selectable item in a Telerik.Windows.Controls.RadListBox control.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class DocumentThemeListBoxItem : RadListBoxItem, ISelectorItem
Constructors
DocumentThemeListBoxItem(DocumentTheme)
Initializes a new instance of the DocumentThemeListBoxItem class.
Declaration
public DocumentThemeListBoxItem(DocumentTheme theme)
Parameters
Telerik.Windows.Documents.Spreadsheet.Theming.DocumentTheme
theme
The theme. |