Back to Devexpress

UnboundExpressionEditorEventArgs.Source Property

wpf-devexpress-dot-xpf-dot-grid-dot-unboundexpressioneditoreventargs.md

latest1.2 KB
Original Source

UnboundExpressionEditorEventArgs.Source Property

Gets the View 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 DataViewBase descendant that is the view that raised the event.

|

See Also

UnboundExpressionEditorEventArgs Class

UnboundExpressionEditorEventArgs Members

DevExpress.Xpf.Grid Namespace