Back to Devexpress

GridValidateRowDeletionEventArgs.Source Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridvalidaterowdeletioneventargs-3f9d9bf9.md

latest1.1 KB
Original Source

GridValidateRowDeletionEventArgs.Source Property

Gets a control ( GridControl or TreeListControl ) that raised the event.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public DataViewBase Source { get; }
vb
Public ReadOnly Property Source As DataViewBase

Property Value

TypeDescription
DataViewBase

A control ( GridControl or TreeListControl ) that raised the event.

|

See Also

GridValidateRowDeletionEventArgs Class

GridValidateRowDeletionEventArgs Members

DevExpress.Xpf.Grid Namespace