MasterRowCanExpandEventArgs Properties
Provides data for the GridView.MasterRowExpanding and GridView.MasterRowCollapsing events.
Name | Description |
---|---|
Allow | Gets or sets a value specifying whether the current operation is allowed. |
Relation |
Gets the relation index that identifies the affected detail.
Inherited from Custom |
Row |
Gets the handle of the currently processed master row in the current View.
Inherited from Custom |
See Also