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.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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