Back to Devexpress

DXPropertyEditor.CustomSetupRepositoryItem Event

expressappframework-devexpress-dot-expressapp-dot-win-dot-editors-dot-dxpropertyeditor-1a18976e.md

latest1.6 KB
Original Source

DXPropertyEditor.CustomSetupRepositoryItem Event

Occurs after the creation of a Property Editor’s control.

Namespace : DevExpress.ExpressApp.Win.Editors

Assembly : DevExpress.ExpressApp.Win.v25.2.dll

NuGet Packages : DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

csharp
public event EventHandler<CustomSetupRepositoryItemEventArgs> CustomSetupRepositoryItem
vb
Public Event CustomSetupRepositoryItem As EventHandler(Of CustomSetupRepositoryItemEventArgs)

Event Data

The CustomSetupRepositoryItem event's data class is DevExpress.ExpressApp.Win.Editors.CustomSetupRepositoryItemEventArgs.

Remarks

This event is raised as a result of the SetupRepositoryItem method call. Handle this event to perform additional initialization of a Property Editor’s control.

See Also

DXPropertyEditor Class

DXPropertyEditor Members

DevExpress.ExpressApp.Win.Editors Namespace