MasterRowEmptyEventArgs Properties
Provides data for the GridView.MasterRowEmpty event.| Name | Description |
|---|---|
| IsEmpty | Gets or sets a value specifying whether a detail contains data. |
| RelationIndex | Gets the relation index that identifies the affected detail. Inherited from CustomMasterRowEventArgs. |
| RowHandle | Gets the handle of the currently processed master row in the current View. Inherited from CustomMasterRowEventArgs. |
See Also