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

TimeSpanEdit.Properties Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

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