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

AppointmentDependencyTypeEdit.Properties Property

Gets an object that contains editor specific settings.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

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

Property Value

Type Description
DevExpress.XtraScheduler.UI.RepositoryItemRegisterAppointmentDependencyType

A RepositoryItemRegisterAppointmentDependencyType object that contains editor settings.

Remarks

This property provides access to the properties inherited from the ImageComboBoxEdit control.

See Also