dbicList Send comments on this topic.
DateFormat Property
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > dbiColumnFormat Class : DateFormat Property

Defines how DateTime values are formatted and displayed in each cell of the column, depending on the culture.

Syntax

Visual Basic (Declaration) 
Public Property DateFormat As String
C# 
public string DateFormat {get; set;}

Property Value

String

Remarks

Only applicable on a column that has the DataType Property set to DateTime.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also