Back to Devexpress

UnboundExpressionEditorEventArgs Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-ef0a344b.md

latest1.8 KB
Original Source

UnboundExpressionEditorEventArgs Class

Provides data for the UnboundExpressionEditorCreated event.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public class UnboundExpressionEditorEventArgs :
    AutoCompleteExpressionEditorEventArgs
vb
Public Class UnboundExpressionEditorEventArgs
    Inherits AutoCompleteExpressionEditorEventArgs

UnboundExpressionEditorEventArgs is the data class for the following events:

Inheritance

Object EventArgs DevExpress.XtraEditors.ExpressionEditor.AutoCompleteExpressionEditorEventArgs UnboundExpressionEditorEventArgs

See Also

UnboundExpressionEditorEventArgs Members

UnboundExpressionEditorCreated

DevExpress.XtraGrid.Views.Base Namespace