Class ExportCellAttribute
Inheritance
System.Object
ExportCellAttribute
Namespace: Telerik.Maui.Controls.Compatibility.Common
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public sealed class ExportCellAttribute : Attribute
Constructors
ExportCellAttribute(Type, Type)
Declaration
public ExportCellAttribute(Type cellType, Type rendererType)
Parameters
System.Type
cellType
|
System.Type
rendererType
|
Properties
CellType
Declaration
public Type CellType { get; }
Property Value
System.Type
|
RendererType
Declaration
public Type RendererType { get; }
Property Value
System.Type
|