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

TimeEdit.Properties Property

Gets an object containing properties, methods and events specific to the time editor.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v21.2.dll

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

Declaration

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

Property Value

Type Description
RepositoryItemTimeEdit

A RepositoryItemTimeEdit object containing time editor settings.

Remarks

See RepositoryItemTimeEdit to learn more.

See Also