Skip to main content
.NET 6.0+

GridListEditor.ShowingReadOnlyEditor Event

Namespace: DevExpress.ExpressApp.Win.Editors

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

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public event EventHandler<ShowingReadOnlyEditorEventArgs> ShowingReadOnlyEditor

Event Data

The ShowingReadOnlyEditor event's data class is DevExpress.ExpressApp.Win.Editors.ShowingReadOnlyEditorEventArgs.

See Also