InnerListColumn Class

Definition

InnerList Columns class. Derives and extends GridViewColumn to add concepts such as column visibility.

public ref class InnerListColumn : System::Windows::Controls::GridViewColumn
public class InnerListColumn : System.Windows.Controls.GridViewColumn
type InnerListColumn = class
    inherit GridViewColumn
Public Class InnerListColumn
Inherits GridViewColumn
Inheritance
InnerListColumn

Constructors

InnerListColumn(UIPropertyGroupDescription)

Initializes a new instance of InnerListColumn class with the specified data description, and creates a simple binding to its property. The column will be initially visible by default.

InnerListColumn(UIPropertyGroupDescription, Boolean)

Initializes a new instance of InnerListColumn class with the specified data description and visibility, and creates a simple binding to its property.

InnerListColumn(UIPropertyGroupDescription, Boolean, Boolean)

Initializes a new instance of InnerListColumn class with the specified data description and visibility.

Fields

DataDescriptionProperty

Identifies the DataDescription dependency property.

MinWidthProperty

Identifies the MinWidth dependency property.

RequiredProperty

Identifies the Required dependency property.

VisibleProperty

Identifies the Visible dependency property.

Properties

DataDescription

Gets or sets the data description.

MinWidth

Gets or sets a value that dictates the minimum allowable width of the column.

Required

Gets or sets a value indicating whether the column may not be removed.

Visible

Gets or sets a value indicating whether the columns we want to have available in the list.

Methods

OnDataDescriptionChanged(PropertyChangedEventArgs<UIPropertyGroupDescription>)

Called when DataDescription property changes.

OnMinWidthChanged(PropertyChangedEventArgs<Double>)

Called when MinWidth property changes.

OnRequiredChanged(PropertyChangedEventArgs<Boolean>)

Called when Required property changes.

OnVisibleChanged(PropertyChangedEventArgs<Boolean>)

Called when Visible property changes.

ToString()

Displayable string identifying this class instance.

Applies to