GrapeCity MultiRow Windows Forms Documentation
FormattingApplied Property


Gets or sets a value that indicates whether the cell value has been successfully formatted.
Syntax
Public Property FormattingApplied As Boolean
Dim instance As CellFormattingEventArgs
Dim value As Boolean
 
instance.FormattingApplied = value
 
value = instance.FormattingApplied
public bool FormattingApplied {get; set;}

Property Value

true if the formatting for the cell value has been handled; otherwise, false. The default is false.
Remarks
When handling the GcMultiRow.CellFormatting event, set the FormattingApplied property to true after setting the System.Windows.Forms.ConvertEventArgs.Value property if no further value formatting is required. If the FormattingApplied property value is false when the event handler exits, the formatting is applied to the value as indicated by the CellStyle.Format, CellStyle.FormatProvider, CellStyle.NullValue, and CellStyle.DataSourceNullValue properties of the CellStyle object returned by the CellStyle property.
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 Class
CellFormattingEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.