DataFormItemPositionAttribute Properties
Specifies where to locate an editor for a property on a data form.| Name | Description |
|---|---|
| ItemOrderInRow | Gets or sets the editor’s position in a row. |
| RowOrder | Specifies in which row the editor is located. |
| RowSpan | Gets or sets the number of layout rows that this item spans. |
| TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute. |
See Also