TableColumnAttribute Class

Definition

An attribute applied on ITableColumnDefinition to specify MEF metadata for the column.

public ref class TableColumnAttribute : Microsoft::VisualStudio::Utilities::SingletonBaseMetadataAttribute
public ref class TableColumnAttribute : Attribute
public class TableColumnAttribute : Microsoft.VisualStudio.Utilities.SingletonBaseMetadataAttribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=false)]
[System.ComponentModel.Composition.MetadataAttribute]
public class TableColumnAttribute : Attribute
type TableColumnAttribute = class
    inherit SingletonBaseMetadataAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=false)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type TableColumnAttribute = class
    inherit Attribute
Public Class TableColumnAttribute
Inherits SingletonBaseMetadataAttribute
Public Class TableColumnAttribute
Inherits Attribute
Inheritance
Inheritance
TableColumnAttribute
Attributes

Remarks

An ITableColumnDefinition can have only one TableColumnAttribute.

Constructors

TableColumnAttribute()

Properties

IsDominant

Gets or sets a value indicating whether this is a dominant column in the IWpfTableControl.

Applies to