Back to Devexpress

RepositoryItemDateEdit.EditFormat Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemdateedit-961a8b2e.md

latest1.9 KB
Original Source

RepositoryItemDateEdit.EditFormat Property

Provides access to the settings used to format the edit value when the editor has input focus.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Format")]
public override FormatInfo EditFormat { get; }
vb
<DXCategory("Format")>
Public Overrides ReadOnly Property EditFormat As FormatInfo

Property Value

TypeDescription
FormatInfo

A FormatInfo object containing format settings.

|

Remarks

This property overrides the RepositoryItem.EditFormat property for serialization purposes. Refer to the RepositoryItem.EditFormat topic for additional information.

For detailed information on the formatting mechanism, refer to the Formatting Values topic.

See Also

EditFormat

RepositoryItemDateEdit Class

RepositoryItemDateEdit Members

DevExpress.XtraEditors.Repository Namespace