Interface ColumnHeader.ICommandService
Customizable service to provide command implementations.
Namespace: DevZest.Data.Views
Assembly: DevZest.Data.WPF.dll
Syntax
public interface ICommandService : IService
Methods
| Name | Description |
|---|---|
| GetCommandEntries(ColumnHeader) | Retrieves command implementations for specified ColumnHeader. |
| GetCommandEntries(DataView) | Retrieves command implementations for specified DataView. |