ExportCellAttribute
Class
Specifies that a cell type should be exported with a specific renderer type. This attribute can be applied multiple times to an assembly to register different cell-renderer pairs.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Common
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
C#
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public sealed class ExportCellAttribute : Attribute
Inheritance: objectAttributeExportCellAttribute
Inherited Members
Constructors
Initializes a new instance of the ExportCellAttribute class.
Properties
Gets the type of the renderer associated with the cell.
C#
public Type RendererType { get; }