New to Telerik UI for WPFStart a free 30-day trial

Abstract class providing methods and properties for using Popup Gallery.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public abstract class PopupGalleryBase : ControlBase

Inheritance: objectControlBasePopupGalleryBase

Derived Classes: PopupGalleryBase<T>

Inherited Members ControlBase.GetTemplateChild<T>(string)ControlBase.GetRequiredTemplateChild<T>(string, bool)

Constructors

C#
protected PopupGalleryBase()

Fields

The Dependency property GalleryContentItemStyleProperty.

C#
public static readonly DependencyProperty GalleryContentItemStyleProperty

The Dependency property GalleryHeaderItemStyleProperty.

C#
public static readonly DependencyProperty GalleryHeaderItemStyleProperty

The Dependency property IsParentDropDownOpenedProperty.

C#
public static readonly DependencyProperty IsParentDropDownOpenedProperty

PopupContentWidthProperty

DependencyProperty

The Dependency property PopupContentWidthProperty.

C#
public static readonly DependencyProperty PopupContentWidthProperty

RadSpreadsheetProperty

DependencyProperty

The Dependency property RadSpreadsheetProperty.

C#
public static readonly DependencyProperty RadSpreadsheetProperty

Properties

Gets or sets the style of gallery content item.

C#
public Style GalleryContentItemStyle { get; set; }
Property Value:

The style of gallery content item.

Gets or sets the style of gallery header item.

C#
public Style GalleryHeaderItemStyle { get; set; }
Property Value:

The style of gallery header item.

Gets or sets a value indicating whether the parent drop down is opened.

C#
public bool IsParentDropDownOpened { get; set; }
Property Value:

The value indicating whether the parent drop down is opened.

Gets or sets the width of the popup content.

C#
public double PopupContentWidth { get; set; }
Property Value:

The width of the popup content.

Gets or sets the RadSpreadsheet of the Popup Gallery.

C#
public RadSpreadsheet RadSpreadsheet { get; set; }
Property Value:

The RadSpreadsheet of the Popup Gallery.

Methods

Called when RadSpreadsheet is changed.

C#
protected virtual void OnRadSpreadsheetChanged(RadSpreadsheet oldEditor, RadSpreadsheet newEditor)
Parameters:oldEditorRadSpreadsheet

The old editor.

newEditorRadSpreadsheet

The new editor.