GridTextBoxValidationColumnGetFormatOrDefault Method

Gets a string with the default or set format of the column data.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public string GetFormatOrDefault(
	string format = null
)

Parameters

format  String  (Optional)

Return Value

String
String with the default or set format of the column data.

Implements

IGridTextBoxValidationColumnGetFormatOrDefault(String)

See Also