Skip to main content
All docs
V26.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.v26.1.dll

    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