Xceed.Wpf.DataGrid.Markup Namespace
See Also  Inheritance Hierarchy
Xceed.Wpf.DataGrid Assembly : Xceed.Wpf.DataGrid.Markup Namespace
The Xceed.Wpf.DataGrid.Markup namespace regroups the XAML-specific classes.

Classes

ClassDescription
CellContentBindingExtension Links the cell's content to the value of some other property exposed on the control template, for example, the Content property of the ContentPresenter.
CellEditorBindingExtension Interprets and creates the binding required between a cell and its editor at runtime.
ThemeConverter Initializes a new instance of the ThemeConverter class.
Provides a type converter to convert Themes to and from various other representations.
ThemeKey Represents a key that provides a unique identifier for each style. Each style associates its key with a view, a theme, and an element.
ViewBindingExtension Interprets and creates the binding between an element and the view applied to a grid.
ViewConverter Allows for a view and theme to be assigned to the View property of a DataGridControl through attribute syntax.

See Also