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

Defines how DateTime values are formatted and displayed in the cell, 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 if the cell is within a column that has its DataType Property set to DateTime.

Requirements

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

See Also