Skip to main content
A newer version of this page is available. .

DateEdit.Properties Property

Gets settings specific to the date editor.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[DXCategory("Properties")]
[SmartTagSearchNestedProperties]
public RepositoryItemDateEdit Properties { get; }

Property Value

Type Description
RepositoryItemDateEdit

The RepositoryItemDateEdit object containing settings specific to the date editor.

Remarks

See RepositoryItemDateEdit to learn more.

See Also