Class StyleGallery
Provides methods and properties for using StyleGallery.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class StyleGallery : ControlBase, IDisposable
Constructors
StyleGallery()
Fields
GalleryContentItemStyleProperty
The Dependency property GalleryContentItemStyleProperty.
Declaration
public static readonly DependencyProperty GalleryContentItemStyleProperty
Field Value
System.Windows.DependencyProperty
|
GalleryHeaderItemStyleProperty
The Dependency property GalleryHeaderItemStyleProperty.
Declaration
public static readonly DependencyProperty GalleryHeaderItemStyleProperty
Field Value
System.Windows.DependencyProperty
|
PopupContentWidthProperty
The Dependency property PopupContentWidthProperty.
Declaration
public static readonly DependencyProperty PopupContentWidthProperty
Field Value
System.Windows.DependencyProperty
|
QuickStylesWidthProperty
The Dependency property QuickStylesWidthProperty.
Declaration
public static readonly DependencyProperty QuickStylesWidthProperty
Field Value
System.Windows.DependencyProperty
|
RadSpreadsheetProperty
The Dependency property RadSpreadsheetProperty.
Declaration
public static readonly DependencyProperty RadSpreadsheetProperty
Field Value
System.Windows.DependencyProperty
|
Properties
GalleryContentItemStyle
Gets or sets the style of the gallery content item.
Declaration
public Style GalleryContentItemStyle { get; set; }
Property Value
System.Windows.Style
The style of the gallery content item. |
GalleryHeaderItemStyle
Gets or sets the style of the gallery header item.
Declaration
public Style GalleryHeaderItemStyle { get; set; }
Property Value
System.Windows.Style
The style of the gallery header item. |
PopupContentWidth
Gets or sets the width of the popup content.
Declaration
public double PopupContentWidth { get; set; }
Property Value
System.Double
The width of the popup content. |
QuickStylesWidth
Gets or sets the width of the quick styles.
Declaration
public double QuickStylesWidth { get; set; }
Property Value
System.Double
The width of the quick styles. |
RadSpreadsheet
Gets or sets the RadSpreadsheet of the StyleGallery.
Declaration
public RadSpreadsheet RadSpreadsheet { get; set; }
Property Value
RadSpreadsheet
The RadSpreadsheet of the StyleGallery. |
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
Dispose(Boolean)
Disposes this instance.
Declaration
protected virtual void Dispose(bool cleanUpManagedResources)
Parameters
System.Boolean
cleanUpManagedResources
The value indicating whether the managed resources should be cleaned. |
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks.
Declaration
public override void OnApplyTemplate()