ListView.CustomizeDisplayableProperties Event
In This Article
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.v24.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