TreeGridTextBoxValidationColumnGetFormatOrDefault 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)

[Missing <param name="format"/> documentation for "M:Aliquo.Windows.Controls.TreeGridTextBoxValidationColumn.GetFormatOrDefault(System.String)"]

Return Value

String
String with the value result.

Implements

IGridTextBoxValidationColumnGetFormatOrDefault(String)

See Also