Class
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:

cs-api-definition
public abstract class PopupGalleryBase : ControlBase

Inheritance: objectControlBasePopupGalleryBase

Derived Classes: PopupGalleryBase<T>

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

Constructors

PopupGalleryBase()

Declaration

cs-api-definition
protected PopupGalleryBase()

Fields

GalleryContentItemStyleProperty

The Dependency property GalleryContentItemStyleProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty GalleryContentItemStyleProperty

Field Value

DependencyProperty

GalleryHeaderItemStyleProperty

The Dependency property GalleryHeaderItemStyleProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty GalleryHeaderItemStyleProperty

Field Value

DependencyProperty

IsParentDropDownOpenedProperty

The Dependency property IsParentDropDownOpenedProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty IsParentDropDownOpenedProperty

Field Value

DependencyProperty

PopupContentWidthProperty

The Dependency property PopupContentWidthProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty PopupContentWidthProperty

Field Value

DependencyProperty

RadSpreadsheetProperty

The Dependency property RadSpreadsheetProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty RadSpreadsheetProperty

Field Value

DependencyProperty

Properties

GalleryContentItemStyle

Gets or sets the style of gallery content item.

Declaration

cs-api-definition
public Style GalleryContentItemStyle { get; set; }

Property Value

Style

The style of gallery content item.

GalleryHeaderItemStyle

Gets or sets the style of gallery header item.

Declaration

cs-api-definition
public Style GalleryHeaderItemStyle { get; set; }

Property Value

Style

The style of gallery header item.

IsParentDropDownOpened

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

Declaration

cs-api-definition
public bool IsParentDropDownOpened { get; set; }

Property Value

bool

The value indicating whether the parent drop down is opened.

PopupContentWidth

Gets or sets the width of the popup content.

Declaration

cs-api-definition
public double PopupContentWidth { get; set; }

Property Value

double

The width of the popup content.

RadSpreadsheet

Gets or sets the RadSpreadsheet of the Popup Gallery.

Declaration

cs-api-definition
public RadSpreadsheet RadSpreadsheet { get; set; }

Property Value

RadSpreadsheet

The RadSpreadsheet of the Popup Gallery.

Methods

OnRadSpreadsheetChanged(RadSpreadsheet, RadSpreadsheet)

Called when RadSpreadsheet is changed.

Declaration

cs-api-definition
protected virtual void OnRadSpreadsheetChanged(RadSpreadsheet oldEditor, RadSpreadsheet newEditor)

Parameters

oldEditor

RadSpreadsheet

The old editor.

newEditor

RadSpreadsheet

The new editor.