TreeGridTextBoxValidationColumnGetFormatOrDefault Method
Gets a string with the default or set format of the column data.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public string GetFormatOrDefault(
string format = null
)
Public Function GetFormatOrDefault (
Optional format As String = Nothing
) As String
- format String (Optional)
[Missing <param name="format"/> documentation for "M:Aliquo.Windows.Controls.TreeGridTextBoxValidationColumn.GetFormatOrDefault(System.String)"]
StringString with the value result.
IGridTextBoxValidationColumnGetFormatOrDefault(String)