Skip to main content
All docs
V25.1
  • 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.v25.1.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