Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / WebControls / DataGridItem.cs / 1 / DataGridItem.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.ComponentModel; using System.Web.UI; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class DataGridItem : TableRow, IDataItemContainer { private int itemIndex; private int dataSetIndex; private ListItemType itemType; private object dataItem; ///Represents an individual item in the ///. /// public DataGridItem(int itemIndex, int dataSetIndex, ListItemType itemType) { this.itemIndex = itemIndex; this.dataSetIndex = dataSetIndex; this.itemType = itemType; } ///Initializes a new instance of the ///class. /// public virtual object DataItem { get { return dataItem; } set { dataItem = value; } } ///Represents an item in the ///. /// public virtual int DataSetIndex { get { return dataSetIndex; } } ///Indicates the data set index number. This property is read-only. ////// public virtual int ItemIndex { get { return itemIndex; } } ///Indicates the index of the item in the ///. This property is /// read-only. /// public virtual ListItemType ItemType { get { return itemType; } } ///Indicates the type of the item in the ///. /// /// protected override bool OnBubbleEvent(object source, EventArgs e) { if (e is CommandEventArgs) { DataGridCommandEventArgs args = new DataGridCommandEventArgs(this, source, (CommandEventArgs)e); RaiseBubbleEvent(this, args); return true; } return false; } ////// /// protected internal virtual void SetItemType(ListItemType itemType) { this.itemType = itemType; } ////// /// object IDataItemContainer.DataItem { get { return DataItem; } } int IDataItemContainer.DataItemIndex { get { return DataSetIndex; } } int IDataItemContainer.DisplayIndex { get { return ItemIndex; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.ComponentModel; using System.Web.UI; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class DataGridItem : TableRow, IDataItemContainer { private int itemIndex; private int dataSetIndex; private ListItemType itemType; private object dataItem; ///Represents an individual item in the ///. /// public DataGridItem(int itemIndex, int dataSetIndex, ListItemType itemType) { this.itemIndex = itemIndex; this.dataSetIndex = dataSetIndex; this.itemType = itemType; } ///Initializes a new instance of the ///class. /// public virtual object DataItem { get { return dataItem; } set { dataItem = value; } } ///Represents an item in the ///. /// public virtual int DataSetIndex { get { return dataSetIndex; } } ///Indicates the data set index number. This property is read-only. ////// public virtual int ItemIndex { get { return itemIndex; } } ///Indicates the index of the item in the ///. This property is /// read-only. /// public virtual ListItemType ItemType { get { return itemType; } } ///Indicates the type of the item in the ///. /// /// protected override bool OnBubbleEvent(object source, EventArgs e) { if (e is CommandEventArgs) { DataGridCommandEventArgs args = new DataGridCommandEventArgs(this, source, (CommandEventArgs)e); RaiseBubbleEvent(this, args); return true; } return false; } ////// /// protected internal virtual void SetItemType(ListItemType itemType) { this.itemType = itemType; } ////// /// object IDataItemContainer.DataItem { get { return DataItem; } } int IDataItemContainer.DataItemIndex { get { return DataSetIndex; } } int IDataItemContainer.DisplayIndex { get { return ItemIndex; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RichTextBoxConstants.cs
- EntityStoreSchemaGenerator.cs
- GreenMethods.cs
- PublisherIdentityPermission.cs
- DecimalConstantAttribute.cs
- DataRow.cs
- DataGridCellItemAutomationPeer.cs
- LowerCaseStringConverter.cs
- CodeArrayIndexerExpression.cs
- HttpApplication.cs
- FixedSOMImage.cs
- WrappedReader.cs
- _WinHttpWebProxyDataBuilder.cs
- MasterPageParser.cs
- HostingPreferredMapPath.cs
- CachedCompositeFamily.cs
- Annotation.cs
- SoapEnumAttribute.cs
- SingleAnimationBase.cs
- TemplateInstanceAttribute.cs
- HttpClientCredentialType.cs
- HitTestResult.cs
- PeerHopCountAttribute.cs
- HttpRuntime.cs
- AssemblyUtil.cs
- GetIsBrowserClientRequest.cs
- ConfigXmlCDataSection.cs
- ServiceOperationHelpers.cs
- StaticFileHandler.cs
- PresentationAppDomainManager.cs
- DocumentSequenceHighlightLayer.cs
- XsdCachingReader.cs
- TransformerInfo.cs
- UnmanagedBitmapWrapper.cs
- DodSequenceMerge.cs
- Style.cs
- PriorityChain.cs
- LabelAutomationPeer.cs
- WebPartTransformer.cs
- TemplateField.cs
- DescendentsWalker.cs
- ModelPropertyImpl.cs
- TextModifier.cs
- GenericAuthenticationEventArgs.cs
- ControllableStoryboardAction.cs
- TextBounds.cs
- sqlser.cs
- SoapFault.cs
- SchemaImporter.cs
- Merger.cs
- SqlDataSourceCommandEventArgs.cs
- ApplicationServicesHostFactory.cs
- NotifyIcon.cs
- CultureNotFoundException.cs
- JavaScriptString.cs
- RSAProtectedConfigurationProvider.cs
- WsdlBuildProvider.cs
- WebPartDisplayModeCollection.cs
- DoubleAnimation.cs
- srgsitem.cs
- DataContractSerializer.cs
- WeakReferenceKey.cs
- ObjectDataSourceMethodEventArgs.cs
- AttributeEmitter.cs
- Options.cs
- __TransparentProxy.cs
- OuterGlowBitmapEffect.cs
- PatternMatcher.cs
- SqlNamer.cs
- WhitespaceReader.cs
- SamlSerializer.cs
- DateTimeUtil.cs
- ValueQuery.cs
- AtomMaterializer.cs
- RecipientInfo.cs
- XmlSchemaObjectTable.cs
- RequestTimeoutManager.cs
- XmlSignatureManifest.cs
- FormViewUpdatedEventArgs.cs
- XsltContext.cs
- ToolbarAUtomationPeer.cs
- DispatchWrapper.cs
- ZipIOBlockManager.cs
- HelpEvent.cs
- ProcessModuleCollection.cs
- SqlRecordBuffer.cs
- Rectangle.cs
- EventSourceCreationData.cs
- DtdParser.cs
- AsyncResult.cs
- XPathPatternBuilder.cs
- SqlBulkCopyColumnMapping.cs
- RequestContext.cs
- ConfigXmlDocument.cs
- UrlMappingCollection.cs
- ResourceBinder.cs
- FileSecurity.cs
- BoolExpr.cs
- Evaluator.cs
- precedingsibling.cs