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

Definition

Constructors

C#
public ShapesGallery()

Fields

C#
public static readonly DependencyProperty AssociatedRichTextBoxProperty

Properties

C#
public RadRichTextBox AssociatedRichTextBox { get; set; }

Methods

Gets a ListBox item from a gallery item.

C#
protected override RadListBoxItem GalleryItemContentToListBoxItem(ShapesGalleryItem galleryItem)
Parameters:galleryItemShapesGalleryItemReturns:

RadListBoxItem

The ListBox item.

Overrides: PopupGalleryBase<ShapesGalleryItem>.GalleryItemContentToListBoxItem(ShapesGalleryItem)

C#
protected override void InitializeGalleryItems()

Overrides: PopupGalleryBase<ShapesGalleryItem>.InitializeGalleryItems()

Gets a gallery item from a ListBox item.

C#
protected override ShapesGalleryItem ListBoxItemToGalleryItemContent(RadListBoxItem item)
Parameters:itemRadListBoxItem

The list box item item.

Returns:

ShapesGalleryItem

The gallery item.

Overrides: PopupGalleryBase<ShapesGalleryItem>.ListBoxItemToGalleryItemContent(RadListBoxItem)

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

C#
protected override void OnSelectionChangedOverride()

Overrides: PopupGalleryBase<ShapesGalleryItem>.OnSelectionChangedOverride()