Gets the format that will be applied in the column considering different sources like Format property or StringFormat of the Binding property.
Syntax
'Declaration
Public Overridable Function GetActualFormat() As System.String
public virtual System.string GetActualFormat()
See Also