'Declaration
<C1DescriptionAttribute("RC.DataType", "Gets or sets the type of object stored in this row or column.")> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <DefaultValueAttribute("")> <TypeConverterAttribute(bw)> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> <C1CategoryAttribute("Layout")> Public Overridable Property DataType As Type
[C1Description("RC.DataType", "Gets or sets the type of object stored in this row or column.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [DefaultValue("")] [TypeConverter(bw)] [RefreshProperties(RefreshProperties.Repaint)] [C1Category("Layout")] public virtual Type DataType {get; set;}