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.RichTextBoxUI.RibbonControls.Galleries

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public abstract class PopupGalleryBase : ControlBase

Inheritance: objectControlBasePopupGalleryBase

Derived Classes: PopupGalleryBase<TItem>

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 GallerySeparatorStyleProperty.

C#
public static readonly DependencyProperty GallerySeparatorStyleProperty

PopupContentWidthProperty

DependencyProperty

The Dependency property PopupContentWidthProperty.

C#
public static readonly DependencyProperty PopupContentWidthProperty

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 the style of gallery separator item.

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

The style of gallery separator item.

Gets or sets the width of the popup content.

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

The width of the popup content.