GrapeCity MultiRow Windows Forms Documentation
CellFormattingEventArgs Class
Members 


Provides data for the GcMultiRow.CellFormatting event of the GcMultiRow control.
Object Model
CellFormattingEventArgs ClassCellStyle Class
Syntax
Public Class CellFormattingEventArgs 
   Inherits System.Windows.Forms.ConvertEventArgs
Dim instance As CellFormattingEventArgs
public class CellFormattingEventArgs : System.Windows.Forms.ConvertEventArgs 
Remarks

This class is used to inform the user about the formatting process of the cell's value. The user can change the cell's style by setting CellStyle to a new value. The user can also change the cell's value by setting System.Windows.Forms.ConvertEventArgs.Value to a new value. If FormattingApplied is set to true, the set value will be the cell's formatted value; otherwise, there is still a formatting process.

If the formatting process fails, the GcMultiRow.DataError event is fired.

Inheritance Hierarchy

System.Object
   System.EventArgs
      System.Windows.Forms.ConvertEventArgs
         GrapeCity.Win.MultiRow.CellFormattingEventArgs

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellFormattingEventArgs Members
GrapeCity.Win.MultiRow Namespace
CellParsing Event
CellFormatting Event

 

 


Copyright © GrapeCity, inc. All rights reserved.