Interface IGalleryItem
Interface providing properties needed for a GalleryItem.
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public interface IGalleryItem
Properties
Category
Gets the category.
Declaration
GalleryItemCategory Category { get; }
Property Value
GalleryItemCategory
The category of the gallery item as GalleryItemCategory. |