Skip to main content
.NET 6.0+

ListView.CustomizeDisplayableProperties Event

Occurs before the CollectionSourceBase.DisplayableProperties collection is populated by displayable properties collected from the current List Editor and from ListView model columns settings.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public event EventHandler<CustomizeDisplayablePropertiesEventArgs> CustomizeDisplayableProperties

Event Data

The CustomizeDisplayableProperties event's data class is DevExpress.ExpressApp.CustomizeDisplayablePropertiesEventArgs.

Remarks

Refer to the CollectionSourceBase.DisplayableProperties property description, to see an example of using the CustomizeDisplayableProperties event.

See Also