Skip to main content

DataTypeAttribute Class

Definition

Assembly:Avalonia.Base
Package:Avalonia

Defines the property that contains type that should be used as a type information for compiled bindings.

public class DataTypeAttribute

Inheritance: Attribute -> DataTypeAttribute

Remarks

Used on DataTemplate.DataType property so it can be inherited in compiled bindings inside of the template.

Constructors

NameDescription
DataTypeAttributeNo summary available.

DataTypeAttribute Constructor

public DataTypeAttribute()