Version

BaseExportGridFieldCaptionEventArgs Class Members

The following tables list the members exposed by BaseExportGridFieldCaptionEventArgs.

Public Constructors
 NameDescription
Public ConstructorBaseExportGridFieldCaptionEventArgs ConstructorOverloaded.   
Protected Fields
 NameDescription
Protected Fieldcaption  
Protected Fieldcolumn  
Protected FieldisFooterCell  
Protected FieldisHeaderCell  
Public Properties
 NameDescription
Public PropertyCaptionThe caption that is being exported  
Public PropertyColumnThe column of the caption that is being exported  
Public PropertyIsFooterCellReturns true if this cell is in the grid footer.  
Public PropertyIsHeaderCellReturns true if this cell is in the grid header.  
See Also