FieldRetrievedEventArgs Properties
Provides data for the FieldRetrieved event.Name | Description |
---|---|
Control | Gets the control embedded in the layout item. |
FieldName | Gets the data source field to which the editor is bound. |
Item | Gets the created Layout Item. |
RepositoryItem | Gets a RepositoryItem descendant that corresponds to the created editor. This property is in effect when a DevExpress editor (BaseEdit descendant) is embedded in the created layout item. |
See Also