Skip to main content

GridListEditor.ShowingReadOnlyEditor Event

Namespace: DevExpress.ExpressApp.Win.Editors

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

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

Declaration

public event EventHandler<ShowingReadOnlyEditorEventArgs> ShowingReadOnlyEditor

Event Data

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

See Also