[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Data.SpreadDataRowView

SpreadDataRowView Class

Represents a row of data in a Spread data view.

Inheritance
SpreadDataRowView
Namespace: FarPoint.Win.Spread.Data
Assembly: FarPoint.Win.Spread.dll
Syntax
public class SpreadDataRowView : ICustomTypeDescriptor, INotifyPropertyChanged, IDataErrorInfo, IEditableObject
Public Class SpreadDataRowView
    Implements ICustomTypeDescriptor, INotifyPropertyChanged, IDataErrorInfo, IEditableObject

Constructors

Name Description
SpreadDataRowView()

Initializes a new instance of the SpreadDataRowView class.

SpreadDataRowView(SpreadDataView)

Initializes a new instance of the SpreadDataRowView class.

Properties

Name Description
Error

Gets an error message indicating what is wrong with this object.

this[int]

Gets or sets the object at the specified index.

this[string]

Gets or sets the object with the specified property name.

Methods

Name Description
BeginEdit()

Begins an edit on an object.

CancelEdit()

Discards changes since the last BeginEdit() call.

EndEdit()

Pushes changes since the last BeginEdit() or AddNew() call into the underlying object.

GetAttributes()

Returns a collection of custom attributes for this instance of a component.

GetClassName()

Returns the class name of this instance of a component.

GetComponentName()

Returns the name of this instance of a component.

GetConverter()

Returns a type converter for this instance of a component.

GetDefaultEvent()

Returns the default event for this instance of a component.

GetDefaultProperty()

Returns the default property for this instance of a component.

GetEditor(Type)

Returns an editor of the specified type for this instance of a component.

GetEvents()

Returns the events for this instance of a component.

GetEvents(Attribute[])

Returns the events for this instance of a component using the specified attribute array as a filter.

GetProperties()

Returns the properties for this instance of a component.

GetProperties(Attribute[])

Returns the properties for this instance of a component using the attribute array as a filter.

GetPropertyOwner(PropertyDescriptor)

Returns an object that contains the property described by the specified property descriptor.

RaisePropertyChanged(string)

Raises the property changed.

Events

Name Description
PropertyChanged

Occurs when property changes.