Class TableStylesGalleryItemTemplateSelector
Represents table styles gallery item template selector.
Namespace: Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.TableStylesGallery
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class TableStylesGalleryItemTemplateSelector : DataTemplateSelector
Constructors
TableStylesGalleryItemTemplateSelector()
Declaration
public TableStylesGalleryItemTemplateSelector()
Properties
HeaderItemSelector
Gets or sets the header item selector.
Declaration
public DataTemplate HeaderItemSelector { get; set; }
Property Value
System.Windows.DataTemplate
The header item selector. |
TableGalleryItemSelector
Gets or sets the table gallery item selector.
Declaration
public DataTemplate TableGalleryItemSelector { get; set; }
Property Value
System.Windows.DataTemplate
The table gallery item selector. |
Methods
SelectTemplate(Object, DependencyObject)
When overridden in a derived class, returns a DataTemplate based on custom logic.
Declaration
public override DataTemplate SelectTemplate(object item, DependencyObject container)
Parameters
System.Object
item
The data object for which to select the template. |
System.Windows.DependencyObject
container
The data-bound object. |
Returns
System.Windows.DataTemplate
|