Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / 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 [....]/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
- ActivityMarkupSerializationProvider.cs
- SByteConverter.cs
- BamlWriter.cs
- InheritablePropertyChangeInfo.cs
- InvalidTimeZoneException.cs
- HttpCachePolicyBase.cs
- WebSysDefaultValueAttribute.cs
- Region.cs
- GridViewDeletedEventArgs.cs
- NamespaceEmitter.cs
- Type.cs
- UnmanagedMarshal.cs
- LoginView.cs
- IntegerValidatorAttribute.cs
- ListSourceHelper.cs
- Focus.cs
- CustomCategoryAttribute.cs
- XmlReflectionImporter.cs
- Typeface.cs
- Rect3DValueSerializer.cs
- UniqueEventHelper.cs
- DataListItem.cs
- Cursor.cs
- GridEntryCollection.cs
- EllipseGeometry.cs
- ScriptRef.cs
- Stroke.cs
- NullRuntimeConfig.cs
- TextContainerChangedEventArgs.cs
- CacheEntry.cs
- DrawingState.cs
- NumericExpr.cs
- KeyValueConfigurationElement.cs
- MultilineStringConverter.cs
- ObjectQuery.cs
- ValueQuery.cs
- SecurityCapabilities.cs
- ZoneLinkButton.cs
- TextParagraphView.cs
- ContextStaticAttribute.cs
- ApplicationActivator.cs
- ComplexPropertyEntry.cs
- XamlToRtfParser.cs
- HwndAppCommandInputProvider.cs
- ObjectDataSourceMethodEventArgs.cs
- Scheduler.cs
- TreeViewCancelEvent.cs
- ClipboardData.cs
- Psha1DerivedKeyGenerator.cs
- _SslSessionsCache.cs
- CTreeGenerator.cs
- UnionCodeGroup.cs
- _HelperAsyncResults.cs
- SmiSettersStream.cs
- FileDialogCustomPlacesCollection.cs
- PropertyValidationContext.cs
- XmlCharType.cs
- MetafileHeaderWmf.cs
- HttpTransportElement.cs
- CommonDialog.cs
- _FixedSizeReader.cs
- CharacterMetricsDictionary.cs
- CodeGroup.cs
- HostedHttpContext.cs
- WebPartManagerDesigner.cs
- EventArgs.cs
- PackageRelationshipSelector.cs
- XmlMemberMapping.cs
- XmlAnyElementAttribute.cs
- AddressAccessDeniedException.cs
- RadioButtonPopupAdapter.cs
- WeakRefEnumerator.cs
- Win32Exception.cs
- XmlSchemaChoice.cs
- SchemaNames.cs
- SpotLight.cs
- IgnoreDeviceFilterElementCollection.cs
- DynamicQueryableWrapper.cs
- FeatureSupport.cs
- FolderLevelBuildProviderAppliesToAttribute.cs
- NetMsmqBinding.cs
- BitmapSizeOptions.cs
- TextOnlyOutput.cs
- SQLDateTime.cs
- ADMembershipUser.cs
- CompilerError.cs
- EasingKeyFrames.cs
- TableAutomationPeer.cs
- coordinatorfactory.cs
- Page.cs
- RelatedImageListAttribute.cs
- EncodingInfo.cs
- XmlSchemaAnyAttribute.cs
- AssemblyName.cs
- PassportAuthenticationModule.cs
- Module.cs
- SafeLibraryHandle.cs
- BindingExpressionUncommonField.cs
- PathHelper.cs
- ColumnHeader.cs