PopupGalleryBase
Abstract class providing methods and properties for using Popup Gallery.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Controls
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public abstract class PopupGalleryBase : ControlBase
Inheritance: objectControlBasePopupGalleryBase
Derived Classes:
Inherited Members
Constructors
protected PopupGalleryBase()
Fields
GalleryContentItemStyleProperty
DependencyProperty
The Dependency property GalleryContentItemStyleProperty.
public static readonly DependencyProperty GalleryContentItemStyleProperty
GalleryHeaderItemStyleProperty
DependencyProperty
The Dependency property GalleryHeaderItemStyleProperty.
public static readonly DependencyProperty GalleryHeaderItemStyleProperty
IsParentDropDownOpenedProperty
DependencyProperty
The Dependency property IsParentDropDownOpenedProperty.
public static readonly DependencyProperty IsParentDropDownOpenedProperty
PopupContentWidthProperty
DependencyProperty
The Dependency property PopupContentWidthProperty.
public static readonly DependencyProperty PopupContentWidthProperty
RadSpreadsheetProperty
DependencyProperty
The Dependency property RadSpreadsheetProperty.
public static readonly DependencyProperty RadSpreadsheetProperty
Properties
Gets or sets the style of gallery content item.
public Style GalleryContentItemStyle { get; set; }
The style of gallery content item.
Gets or sets the style of gallery header item.
public Style GalleryHeaderItemStyle { get; set; }
The style of gallery header item.
Gets or sets a value indicating whether the parent drop down is opened.
public bool IsParentDropDownOpened { get; set; }
The value indicating whether the parent drop down is opened.
Gets or sets the width of the popup content.
public double PopupContentWidth { get; set; }
The width of the popup content.
Gets or sets the RadSpreadsheet of the Popup Gallery.
public RadSpreadsheet RadSpreadsheet { get; set; }
The RadSpreadsheet of the Popup Gallery.
Methods
Called when RadSpreadsheet is changed.
protected virtual void OnRadSpreadsheetChanged(RadSpreadsheet oldEditor, RadSpreadsheet newEditor)
The old editor.
newEditorRadSpreadsheetThe new editor.