Class PopupGalleryBase
Abstract class providing methods and properties for using Popup Gallery.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public abstract class PopupGalleryBase : ControlBase
Constructors
PopupGalleryBase()
Declaration
protected PopupGalleryBase()
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
|
IsParentDropDownOpenedProperty
The Dependency property IsParentDropDownOpenedProperty.
Declaration
public static readonly DependencyProperty IsParentDropDownOpenedProperty
Field Value
System.Windows.DependencyProperty
|
PopupContentWidthProperty
The Dependency property PopupContentWidthProperty.
Declaration
public static readonly DependencyProperty PopupContentWidthProperty
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 gallery content item.
Declaration
public Style GalleryContentItemStyle { get; set; }
Property Value
System.Windows.Style
The style of gallery content item. |
GalleryHeaderItemStyle
Gets or sets the style of gallery header item.
Declaration
public Style GalleryHeaderItemStyle { get; set; }
Property Value
System.Windows.Style
The style of gallery header item. |
IsParentDropDownOpened
Gets or sets a value indicating whether the parent drop down is opened.
Declaration
public bool IsParentDropDownOpened { get; set; }
Property Value
System.Boolean
The value indicating whether the parent drop down is opened. |
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. |
RadSpreadsheet
Gets or sets the RadSpreadsheet of the Popup Gallery.
Declaration
public RadSpreadsheet RadSpreadsheet { get; set; }
Property Value
RadSpreadsheet
The RadSpreadsheet of the Popup Gallery. |
Methods
OnRadSpreadsheetChanged(RadSpreadsheet, RadSpreadsheet)
Called when RadSpreadsheet is changed.
Declaration
protected virtual void OnRadSpreadsheetChanged(RadSpreadsheet oldEditor, RadSpreadsheet newEditor)
Parameters
RadSpreadsheet
oldEditor
The old editor. |
RadSpreadsheet
newEditor
The new editor. |