Namespace DevZest.Data.Views
Classes
BlockView
Represents the container for flowing RowView.
ColumnHeader
Represents a clickable header to identify, resize and sort column of data.
ColumnHeader.Commands
Contains commands implemented by ColumnHeader class.
DataView
Represents a control that displays scalar and DataSet data.
DataView.Commands
Contains commands supported by DataView.
ForeignKeyBox
Represents a clickable box to display and edit foreign key data
ForeignKeyBox.Commands
Contains commands implemented by ForeignKeyBox class.
GridCell
Represents the container of single child element that can perform either selection or editing operation.
GridCell.Commands
Contains commands supported by GridCell.
GridHeader
Represents a button that can select/deselect all rows.
InPlaceEditor
Represents a container that switches between inert and editor elements based on editing mode.
RowExpander
Represents the control that displays a header that can expand/collapse child rows.
RowExpander.Commands
Contains commands implemented by RowExpander class.
RowHeader
Represents the control displayed as row header that can perform row selection and grid row resizing operation.
RowHeader.Styles
Styles can be applied to RowHeader control.
RowSelector
Represents the control that can perform row selection operation.
RowSelector.Commands
Contains commands implemented by RowSelector class.
RowView
Represents the container of elements for data row presentation.
RowView.Commands
Contains commands implemented by RowView class.
RowView.Styles
Styles can be applied to RowView control.
SimpleView
Represents a control that displays scalar data.
ValidationErrorsControl
Represents a control to display validation errors list.
ValidationPlaceholder
Represents the placeholder to display validation error from specified sources.
Interfaces
ColumnHeader.ICommandService
Customizable service to provide command implementations.
ColumnHeader.ISortService
Customizable service to perform the sort operation.
DataView.ICommandService
Provides implementation of command excution.
DataView.IPasteAppendService
Provides implementation of paste append operation.
ForeignKeyBox.ICommandService
Customizable service to provide command implementations.
ForeignKeyBox.ILookupService
Service to perform foreign key data lookup operation.
GridCell.ICommandService
Provides implementation of command excution.
InPlaceEditor.IChildInitializer
Customizable service to initialize the child.
InPlaceEditor.ICommandService
Customizable service to provide command implementations.
InPlaceEditor.IEditingPolicy
Defines the editing policy.
InPlaceEditor.IEditingPolicyService
Customizable service to define the editing policy.
RowSelector.ICommandService
Customizable service to provide command implementations.
RowView.ICommandService
Customizable service to provide command implementations.
Enums
GridCellMode
Describes the operations that can be performed by GridCell.