M
Michael
Dear All :
I have a problem about define property GridTableStylesCollection in
usercontrol.
The code show as follow :
Public Property StylesCollector() As GridTableStylesCollection
Set(ByVal Value As GridTableStylesCollection)
_GridStyleCollection= Value
End Set
Get
StylesCollector = _GridStyleCollection
End Get
End Property
where _GridStyleCollection is a friend type of GridTableStylesCollection
however, when I use windows form to out this control onto the form the
property of control StylesCollector show empty also the member in property
windows always show empty even I have add object in it.
The problem shown as attachment
any idea to fix this problem ?
Thanks
I have a problem about define property GridTableStylesCollection in
usercontrol.
The code show as follow :
Public Property StylesCollector() As GridTableStylesCollection
Set(ByVal Value As GridTableStylesCollection)
_GridStyleCollection= Value
End Set
Get
StylesCollector = _GridStyleCollection
End Get
End Property
where _GridStyleCollection is a friend type of GridTableStylesCollection
however, when I use windows form to out this control onto the form the
property of control StylesCollector show empty also the member in property
windows always show empty even I have add object in it.
The problem shown as attachment
any idea to fix this problem ?
Thanks