RowFilterEventArgs.Handled Property
Gets or sets whether the event is handled and therefore no default processing is required.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v20.2.dll
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the default actions are not required; otherwise, false. |
Remarks
Set this parameter to true to indicate that no default processing is required. In this instance, the row's visibility will be determined by the RowFilterEventArgs.Visible property, and the row will be visible or hidden in a View regardless of the View's filter.
If this parameter is set to false the value of the RowFilterEventArgs.Visible property is ignored. The row will be visible in the View if it matches the View's criteria, otherwise, the row will be hidden.
See Also
Feedback