Skip to main content

MonthEdit.Properties Property

Gets an object that contains settings specific to the editor.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

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

Property Value

Type Description
DevExpress.XtraScheduler.UI.RepositoryItemMonth

A RepositoryItemMonth object that contains editor settings.

Remarks

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

See Also