GridDataBase Properties
Serves as a base for classes that provide information about grid elements (cells, columns, etc.).Name | Description |
---|---|
Data | Gets or sets an object that contains grid data. |
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
Value | Gets or sets an editable value. Inherited from EditableDataObject. |
See Also