Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Base / System / ComponentModel / GroupDescription.cs / 1 / GroupDescription.cs
//----------------------------------------------------------------------------
//
//
// Copyright (C) 2003 by Microsoft Corporation. All rights reserved.
//
//
//
// Description: Base class for group descriptions.
//
// See spec at http://avalon/connecteddata/Specs/Grouping.mht
//
//---------------------------------------------------------------------------
using System.Collections.ObjectModel; // ObservableCollection
using System.Collections.Specialized; // NotifyCollectionChangedEvent*
using System.Globalization; // CultureInfo
namespace System.ComponentModel
{
///
/// Base class for group descriptions.
/// A GroupDescription describes how to divide the items in a collection
/// into groups.
///
public abstract class GroupDescription : INotifyPropertyChanged
{
#region Constructors
//-----------------------------------------------------
//
// Constructors
//
//-----------------------------------------------------
///
/// Initializes a new instance of GroupDescription.
///
protected GroupDescription()
{
_explicitGroupNames = new ObservableCollection
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ForeignConstraint.cs
- CheckableControlBaseAdapter.cs
- ForAllOperator.cs
- WebHttpBindingElement.cs
- PersianCalendar.cs
- ReferencedAssembly.cs
- CompilerState.cs
- HotSpotCollection.cs
- RootContext.cs
- OdbcConnectionOpen.cs
- ClientFormsAuthenticationMembershipProvider.cs
- BindingCollection.cs
- CounterSampleCalculator.cs
- AxHost.cs
- ModelUIElement3D.cs
- ImagingCache.cs
- NavigatorInput.cs
- Int32Storage.cs
- ToolStripItemRenderEventArgs.cs
- PermissionSet.cs
- DeploymentExceptionMapper.cs
- SerializationInfo.cs
- ChildrenQuery.cs
- remotingproxy.cs
- EntityKey.cs
- OLEDB_Util.cs
- FillBehavior.cs
- Roles.cs
- StylusEventArgs.cs
- Propagator.Evaluator.cs
- BlurEffect.cs
- ImportCatalogPart.cs
- BoundPropertyEntry.cs
- BrushConverter.cs
- TreeViewImageKeyConverter.cs
- DataConnectionHelper.cs
- UTF7Encoding.cs
- ActivityContext.cs
- EventSetterHandlerConverter.cs
- DiffuseMaterial.cs
- TrackingServices.cs
- SoapSchemaMember.cs
- MetadataUtil.cs
- DataGridCommandEventArgs.cs
- FilteredXmlReader.cs
- HyperLinkField.cs
- AbsoluteQuery.cs
- AsyncPostBackTrigger.cs
- Geometry3D.cs
- CacheChildrenQuery.cs
- ContextInformation.cs
- SiteMapNodeItemEventArgs.cs
- BinHexEncoder.cs
- XPathNodePointer.cs
- RepeaterItemCollection.cs
- _HTTPDateParse.cs
- ACL.cs
- MetadataExchangeBindings.cs
- MailAddressCollection.cs
- XmlElementAttribute.cs
- DataGridViewAdvancedBorderStyle.cs
- HtmlInputSubmit.cs
- PrintController.cs
- Event.cs
- AsymmetricSignatureDeformatter.cs
- SettingsBase.cs
- BaseParagraph.cs
- cookiecontainer.cs
- FixedDocumentSequencePaginator.cs
- NetCodeGroup.cs
- XPathAncestorQuery.cs
- TdsParserSafeHandles.cs
- TypeReference.cs
- TargetParameterCountException.cs
- CacheSection.cs
- InheritedPropertyDescriptor.cs
- EventArgs.cs
- MimeMapping.cs
- NamedPipeProcessProtocolHandler.cs
- DesignerOptionService.cs
- SqlUdtInfo.cs
- SkinBuilder.cs
- MeasureData.cs
- MachineKeyConverter.cs
- CreatingCookieEventArgs.cs
- GenericIdentity.cs
- ErrorRuntimeConfig.cs
- Int64Storage.cs
- ImageMap.cs
- TerminateSequenceResponse.cs
- CompensableActivity.cs
- DescendentsWalkerBase.cs
- StorageEndPropertyMapping.cs
- BinaryParser.cs
- GACMembershipCondition.cs
- NetworkInformationException.cs
- QueryReaderSettings.cs
- QilList.cs
- WebPartTracker.cs
- RectConverter.cs