DataLayoutControlAutoGeneratingItemEventArgs Properties
Provides data for the DataLayoutControl.AutoGeneratingItem event.
Name | Description |
---|---|
Cancel |
Gets or sets a value indicating whether the event should be canceled.
Inherited from Cancel |
Item | Gets or sets the item that has been generated. |
Property |
Gets the name of the property to which the generated layout item is bound. |
Property |
Gets the type of the bound property. |
See Also