Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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