Skip to main content

TimeSpanEdit.Properties Property

Gets an object which contains properties, methods and events specific to the time span editor.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
RepositoryItemTimeSpanEdit

A RepositoryItemTimeSpanEdit object that comprises the settings for the time span editor.

Remarks

See RepositoryItemTimeSpanEdit to learn more.

See Also