GetActualFormat Method (DataGridDateTimeColumn)
In This Topic
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 Overrides Function GetActualFormat() As String
public override string GetActualFormat()
See Also