RepositoryItemDateTimeOffsetEdit.GetDisplayText(FormatInfo, Object) Method
Returns the display text of the target value, formatted according to the given settings.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
format | FormatInfo | Specifies format settings. |
editValue | Object | A value to be formatted. |
Returns
Type | Description |
---|---|
String | The formatted display text. |
See Also