Class
TableStylesGalleryItemTemplateSelector

Represents table styles gallery item template selector.

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.TableStylesGallery

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class TableStylesGalleryItemTemplateSelector : DataTemplateSelector

Inheritance: objectTableStylesGalleryItemTemplateSelector

Constructors

TableStylesGalleryItemTemplateSelector()

Declaration

cs-api-definition
public TableStylesGalleryItemTemplateSelector()

Properties

HeaderItemSelector

Gets or sets the header item selector.

Declaration

cs-api-definition
public DataTemplate HeaderItemSelector { get; set; }

Property Value

DataTemplate

The header item selector.

TableGalleryItemSelector

Gets or sets the table gallery item selector.

Declaration

cs-api-definition
public DataTemplate TableGalleryItemSelector { get; set; }

Property Value

DataTemplate

The table gallery item selector.

Methods

SelectTemplate(object, DependencyObject)

When overridden in a derived class, returns a DataTemplate based on custom logic.

Declaration

cs-api-definition
public override DataTemplate SelectTemplate(object item, DependencyObject container)

Parameters

item

object

The data object for which to select the template.

container

DependencyObject

The data-bound object.

Returns

DataTemplate