Interface IDivergentColumnType
Placeholder / interface for declaring different column types, such as image columns
Namespace: Simplic.UI.GridView
Assembly: Simplic.UI.dll
Syntax
public interface IDivergentColumnType
Properties
| Improve this Doc View SourceIsEnabledMemberPath
Member-Path of the isenabled property in the viewmodel
Declaration
string IsEnabledMemberPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceBuild(ColumnConfigurationModel, GridViewControl)
Build a custom column based on the current configuration
Declaration
Telerik.Windows.Controls.GridViewBoundColumnBase Build(ColumnConfigurationModel column, GridViewControl grid)
Parameters
Type | Name | Description |
---|---|---|
ColumnConfigurationModel | column | Current column configuration |
GridViewControl | grid | Grid instance |
Returns
Type | Description |
---|---|
Telerik.Windows.Controls.GridViewBoundColumnBase | Null if the default column should be used, else some custom column based on the Telerik GridViewBoundColumnBase |
OnCellControlCreated(FrameworkElement)
Has to be implemented to call the event CellControlCreated
Declaration
void OnCellControlCreated(FrameworkElement control)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.FrameworkElement | control |
Events
| Improve this Doc View SourceCellControlCreated
Will be called, if a cencontroller is created
Declaration
event CellControlCreatedEventHandler CellControlCreated
Event Type
Type | Description |
---|---|
CellControlCreatedEventHandler |