AxpDataGrid

AxpDataGrid.OracleDatePattern Property

Oracle Date Pattern to be used if primary field is an Oracle Date Field.

[Visual Basic]
Public Property OracleDatePattern As String
[C#]
public string OracleDatePattern {get; set;}

Property Value

Default=System.Globalization.DateTimeFormatInfo.CurrentInfo.ShortDatePattern

Remarks

Set this field to a valid Oracle Date Pattern if the primary field is an Oracle Date field.
E.g. OracleDatePattern="DD.MM.YYYY HH24:MI:SS"

See Also

AxpDataGrid Class | Axezz.WebControls Namespace