Skip to main content
All docs
V23.2

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override string GetDisplayText(
    FormatInfo format,
    object editValue
)

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