ITableColumnDefinitionManager Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Manager for the ITableColumnDefinitions used by any instance of an IWpfTableControl.
public interface class ITableColumnDefinitionManager
public interface class ITableColumnDefinitionManager
__interface ITableColumnDefinitionManager
[System.CLSCompliant(false)]
public interface ITableColumnDefinitionManager
public interface ITableColumnDefinitionManager
[<System.CLSCompliant(false)>]
type ITableColumnDefinitionManager = interface
type ITableColumnDefinitionManager = interface
Public Interface ITableColumnDefinitionManager
- Attributes
Remarks
This is a MEF component part, and should be imported as follows:
[Import]
internal ITableColumnDefinitionManager tableColumnDefinitionManager { get; private set; }
Methods
AddColumnDefinition(ITableColumnDefinition) |
Add a new ITableColumnDefinition. |
GetColumnDefinition(String) |
Gets the ITableColumnDefinition associated with |
RemoveColumnDefinition(String) |
Remove an existing ITableColumnDefinition. |