The GridViewColumn type exposes the following members.

Constructors

  NameDescription
Public methodGridViewColumn
Initializes a new instance of the GridViewColumn class

Methods

  NameDescription
Public methodCheckAccess (Inherited from DependencyObject.)
Public methodClearValue
Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier.
(Inherited from DependencyObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAnimationBaseValue (Inherited from DependencyObject.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Returns the current effective value of a dependency property on this instance of a DependencyObject.
(Inherited from DependencyObject.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnPropertyChanged
Raises the PropertyChanged event.
Public methodReadLocalValue
Returns the local value of a dependency property, if it exists.
(Inherited from DependencyObject.)
Public methodSetValue
Sets the local value of a dependency property, specified by its dependency property identifier.
(Inherited from DependencyObject.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Public fieldStatic memberCellTemplateProperty
Identifies the CellTemplate property.
Public fieldStatic memberCellTemplateSelectorProperty
Identifies the CellTemplateSelector property.
Public fieldStatic memberHeaderContainerStyleProperty
Identifies the HeaderContainerStyle property.
Public fieldStatic memberHeaderProperty
Identifies the Header property.
Public fieldStatic memberHeaderTemplateProperty
Identifies the HeaderTemplate property.
Public fieldStatic memberHeaderTemplateSelectorProperty
Identifies the HeaderTemplateSelector property.
Public fieldStatic memberWidthProperty
Identifies the Width property.

Properties

  NameDescription
Public propertyCellTemplate
Gets or sets the template to use to display the contents of a column cell. This is a dependency property.
Public propertyCellTemplateSelector
Gets or sets a DataTemplateSelector that determines the template to use to display cells in a column. This is a dependency property.
Public propertyDispatcher (Inherited from DependencyObject.)
Public propertyDisplayMemberBinding
Gets or sets the data item to bind to for this column.
Public propertyHeader
Gets or sets the column header. This is a dependency property.
Public propertyHeaderContainerStyle
Gets or sets the Style applied to header UI elements. This is a dependency property.
Public propertyHeaderTemplate
Gets or sets the DataTemplate applied to column header content. This is a dependency property.
Public propertyHeaderTemplateSelector
Gets or sets the DataTemplateSelector used to select the template for column header content. This is a dependency property.
Public propertyWidth
Gets or sets the column width. This is a dependency property.

Events

  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.

See Also