Class CustomGridViewDateColumnConfiguration
Textbox-column configuration model
Inheritance
System.Object
CustomGridViewDateColumnConfiguration
Namespace: Simplic.PlugIn.Logistics
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class CustomGridViewDateColumnConfiguration : IDivergentColumnType
Properties
| Improve this Doc View SourceIsEnabledMemberPath
Member-Path of the isenabled property in the viewmodel
Declaration
public string IsEnabledMemberPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceBuild(ColumnConfigurationModel, GridViewControl)
Build textbox column
Declaration
public GridViewBoundColumnBase Build(ColumnConfigurationModel column, GridViewControl grid)
Parameters
Type | Name | Description |
---|---|---|
ColumnConfigurationModel | column | |
GridViewControl | grid |
Returns
Type | Description |
---|---|
GridViewBoundColumnBase | Instance of a textbox column |
OnCellControlCreated(FrameworkElement)
On cell control created.
Declaration
public void OnCellControlCreated(FrameworkElement control)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.FrameworkElement | control | Control instance |
Events
| Improve this Doc View SourceCellControlCreated
Will be called when a new cell control is created.
Declaration
public event CellControlCreatedEventHandler CellControlCreated
Event Type
Type | Description |
---|---|
CellControlCreatedEventHandler |