The GridViewColumn type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | GridViewColumn | Initializes a new instance of the GridViewColumn class |
Methods
Name | Description | |
---|---|---|
![]() | CheckAccess | (Inherited from DependencyObject.) |
![]() | ClearValue |
Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier.
(Inherited from DependencyObject.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetAnimationBaseValue | (Inherited from DependencyObject.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | GetValue |
Returns the current effective value of a dependency property on this instance of a DependencyObject.
(Inherited from DependencyObject.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | OnPropertyChanged |
Raises the PropertyChanged event.
|
![]() | ReadLocalValue |
Returns the local value of a dependency property, if it exists.
(Inherited from DependencyObject.) |
![]() | SetValue |
Sets the local value of a dependency property, specified by its dependency property identifier.
(Inherited from DependencyObject.) |
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | CellTemplateProperty |
Identifies the CellTemplate property.
|
![]() ![]() | CellTemplateSelectorProperty |
Identifies the CellTemplateSelector property.
|
![]() ![]() | HeaderContainerStyleProperty |
Identifies the HeaderContainerStyle property.
|
![]() ![]() | HeaderProperty |
Identifies the Header property.
|
![]() ![]() | HeaderTemplateProperty |
Identifies the HeaderTemplate property.
|
![]() ![]() | HeaderTemplateSelectorProperty |
Identifies the HeaderTemplateSelector property.
|
![]() ![]() | WidthProperty |
Identifies the Width property.
|
Properties
Name | Description | |
---|---|---|
![]() | CellTemplate |
Gets or sets the template to use to display the contents of a column cell.
This is a dependency property.
|
![]() | CellTemplateSelector |
Gets or sets a DataTemplateSelector that determines the template to use to display cells in a column.
This is a dependency property.
|
![]() | Dispatcher | (Inherited from DependencyObject.) |
![]() | DisplayMemberBinding |
Gets or sets the data item to bind to for this column.
|
![]() | Header |
Gets or sets the column header.
This is a dependency property.
|
![]() | HeaderContainerStyle |
Gets or sets the Style applied to header UI elements.
This is a dependency property.
|
![]() | HeaderTemplate |
Gets or sets the DataTemplate applied to column header content.
This is a dependency property.
|
![]() | HeaderTemplateSelector |
Gets or sets the DataTemplateSelector used to select the template for column header content.
This is a dependency property.
|
![]() | Width |
Gets or sets the column width.
This is a dependency property.
|
Events
Name | Description | |
---|---|---|
![]() | PropertyChanged |
Occurs when a property value changes.
|