Hi
This is a very small question
I want to know wat is datagridview Band
Wat is use & significance of this within Datagridview
How & where we can use this.
Thanks in advance
Hi
This is a very small question
I want to know wat is datagridview Band
Wat is use & significance of this within Datagridview
How & where we can use this.
Thanks in advance
DatagridviewBand
Steven D
Thanks for this precise & clear
answer
Thanks a lot
slavapvf
DataGridViewBands is the common class for a DataGridViewColumn or DataGridViewRow. You do not create or use a DataGridViewBand directly but instead use a DataGridViewRow or DataGridViewColumn.
-mark
DataGridView Program Manager
Microsoft
This post is provided "as-is"
David Bennion
I have seen MSDN for This BAnd information
Bi\ut I have not get the thing properly
That's why i have asked
Wat is Vand How & what r the uses of this band information
BJHop
Don't quote me on it, I don't use VS 2005. But reading the MSDN article it appears to be used to manipulate a group of elements in a DataGridView.
If you've got a group of common controls you can group them together in this band and manipulate properties commonly. So if you decide that the group needs to be disabled, you disable the band and the controls are disabled. Same way with dhowing / hiding or say fore/back colors or whatever common property.
I may be wrong, I only looked at the code shortly.
-CN
DimSum
Here is a Microsoft page I found by searching on Google for DataGridViewBand. Looks like this is something that is included in the Framework Help files too.
http://msdn2.microsoft.com/system.windows.forms.datagridviewband.aspx
-CN