Class DataSourceKeyAttribute
Inheritance
System.Object
DataSourceKeyAttribute
Namespace: Telerik.Maui.Controls.Compatibility.Common.DataAnnotations
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public sealed class DataSourceKeyAttribute : Attribute
Constructors
DataSourceKeyAttribute(Object)
Declaration
public DataSourceKeyAttribute(object key)
Parameters
System.Object
key
|
Properties
Key
Declaration
public object Key { get; }
Property Value
System.Object
|