Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPInstantFeedbackView.ObjectType Property

Gets or sets the type of items the target data table contains.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

[TypeConverter(typeof(XPInstantFeedbackSourceObjectTypeConverter))]
[DefaultValue(null)]
public Type ObjectType { get; set; }
[DefaultValue(null)]
public Type ObjectType { get; set; }

Property Value

Type Default Description
Type *null*

The type of items the data source contains.

See Also