DefaultFormat is a string that will be used to format the date in the absence of a FormatAttribute

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
protected override string DefaultFormat { get; }
Visual Basic
Protected Overrides ReadOnly Property DefaultFormat As String
	Get

Field Value

A String representing the default format to use to render the date

Return Value

A Format String

See Also