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 CancelEventArgs. |
Item | Gets or sets the item that has been generated. |
PropertyName | Gets the name of the property to which the generated layout item is bound. |
PropertyType | Gets the type of the bound property. |
See Also