Skip to main content

RepositoryItemCheckedComboBoxEdit.GetItemEnabled Event

Enables you to disable specific items.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Events")]
public event GetCheckedComboBoxItemEnabledEventHandler GetItemEnabled

Event Data

The GetItemEnabled event's data class is DevExpress.XtraEditors.Controls.GetCheckedComboBoxItemEnabledEventArgs.

Remarks

This GetItemEnabled event is equivalent to the CheckedComboBoxEdit.GetItemEnabled event. See this topic to learn more.

See Also