ClassExportCellAttribute
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:
cs-api-definition
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public sealed class ExportCellAttribute : Attribute
Inheritance: objectAttributeExportCellAttribute
Inherited Members
Constructors
ExportCellAttribute(Type, Type)
Initializes a new instance of the ExportCellAttribute class.
Properties
CellType
Gets the type of the cell being exported.
RendererType
Gets the type of the renderer associated with the cell.