GrapeCity.Win.MultiRow Namespace > CellFormattingEventArgs Class : FormattingApplied Property |
Public Property FormattingApplied As Boolean
Dim instance As CellFormattingEventArgs Dim value As Boolean instance.FormattingApplied = value value = instance.FormattingApplied
public bool FormattingApplied {get; set;}
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.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