Back to Devexpress

DataControlBase.PropertyChanged Event

wpf-devexpress-dot-xpf-dot-grid-dot-datacontrolbase-85c545c2.md

latest1.5 KB
Original Source

DataControlBase.PropertyChanged Event

Occurs each time the DataControlBase.VisibleRowCount property has changed its value.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public event PropertyChangedEventHandler PropertyChanged
vb
Public Event PropertyChanged As PropertyChangedEventHandler

Event Data

The PropertyChanged event's data class is PropertyChangedEventArgs. The following properties provide information specific to this event:

PropertyDescription
PropertyNameGets the name of the property that changed.

See Also

DataControlBase Class

DataControlBase Members

DevExpress.Xpf.Grid Namespace