The IDataField type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Bindable |
Gets a value indicating whether this IDataField is bindable.
|
![]() | Browsable |
Gets a value indicating whether this IDataField is browsable in property-like grids.
|
![]() | DataAccessor |
Gets the accessor to the data object.
|
![]() | Description |
Gets description of the property. Usually the full user-friendly description or explanation of the property.
|
![]() | DisplayName |
Gets user-friendly name, the property is displayed with. Usually is has a short form to display in columns.
|
![]() | Editor |
Gets the editor to edit values of this IDataField at design or run time.
|
![]() | FieldType |
Gets the type of the field.
|
![]() | Format | |
![]() | Id |
Gets a string identifier of the data field. This identifier must be unique across the IDataAccessor.
|
![]() | Index |
Gets an index of the property.
|
![]() | IsComposite |
Gets a value indicating whether this data filed is composite.
|
![]() | IsHierarchical |
Gets a value indicating whether an object or a collection of objects returned by the field should be added to the grid as children of the current data object
|
![]() | Readonly |
Gets a value indicating whether this IDataField is readonly.
|
![]() | Value |
Gets or sets the value of this IDataField.
|