Property value not saved
- From: "Nintai" <nintai1@xxxxxxxxx>
- Date: 8 Dec 2006 13:34:02 -0800
I have a custom DataGridViewTextBoxColumn.
I've added the following property.
<Description("Specifies a data type for validation."), _
Category("Behavior"), _
RefreshProperties(RefreshProperties.All), _
DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)>
_
Public Property DataType() As DbType
Get
Return _Type
End Get
Set(ByVal Value As DbType)
_Type = Value
End Set
End Property
When I modify the property at design time in the editor window, the
value is not saved to Designer.vb.
Any ideas why this is happening?
Mike
.
- Prev by Date: Re: 3rd Party Control Property Grid.
- Next by Date: User Control creating a control dynamically while in designer
- Previous by thread: Re: 3rd Party Control Property Grid.
- Next by thread: User Control creating a control dynamically while in designer
- Index(es):