Back to Devexpress

DateEdit.Properties Property

windowsforms-devexpress-dot-xtraeditors-dot-dateedit.md

latest1.4 KB
Original Source

DateEdit.Properties Property

Gets settings specific to the date editor.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Properties")]
[SmartTagSearchNestedProperties]
public RepositoryItemDateEdit Properties { get; }
vb
<DXCategory("Properties")>
<SmartTagSearchNestedProperties>
Public ReadOnly Property Properties As RepositoryItemDateEdit

Property Value

TypeDescription
RepositoryItemDateEdit

The RepositoryItemDateEdit object containing settings specific to the date editor.

|

Remarks

See RepositoryItemDateEdit to learn more.

See Also

DateEdit Class

DateEdit Members

DevExpress.XtraEditors Namespace