The PrimitiveTypeAccessor 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.
|
![]() | Count |
Gets the count of IDataField.
|
![]() | DataAccessor |
Gets the accessor to the data object.
|
![]() | DataObject |
Gets the underlying data object if exists.
|
![]() | Description |
Gets the description of the property. Usually the full user-friendly description or explanation of the property.
|
![]() | DisplayName |
Gets the 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 | |
![]() | HierarchicalFields |
Gets a list of data fields that allows Grid to build a hierarchy
|
![]() | Id |
Gets the string identifier of the data field. This identifier must be unique across the IDataAccessor.
|
![]() | Index |
Gets the 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.
|
![]() | SupportsIdentifiers |
Gets a value indicating whether this accessor supports field indexing by the string identifiers.
|
![]() | SupportsNotifications |
Gets a value indicating whether this data accessor and underlying data object fire notifications, when the property is changed.
|
![]() | Value |
Gets or sets the value of this IDataField.
|