The AwxListVirtualColumnViewModel type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AwxListVirtualColumnViewModel |
Initializes a new instance of the AwxListVirtualColumnViewModel class.
|
Methods
| Name | Description | |
|---|---|---|
| CreateAggregateViewModel |
Creates the aggregate view model.
(Inherited from DataGridColumnViewModel.) | |
| CreateFilterViewModel |
Creates the filter view model.
(Inherited from DataGridColumnViewModel.) | |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| FormatValue |
Format the value of the cell using the column format.
(Inherited from DataGridColumnViewModel.) | |
| GetCulture |
Get GWX Culture
(Inherited from DataGridColumnViewModel.) | |
| GetGroupByValue |
Returns the value to GroupBy the IDataGridItem.
Moved here from the DataGridViewModel
(Inherited from DataGridColumnViewModel.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetPropertyName``1 | (Inherited from BindableObject.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| OnPropertyChanged(String) | (Inherited from BindableObject.) | |
| OnPropertyChanged``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) | (Inherited from BindableObject.) | |
| SetAndNotify``1(UMP%, UMP, Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) | (Inherited from BindableObject.) | |
| SetAndNotify``1(UMP%, UMP, String) | (Inherited from BindableObject.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| ActualContentWidth |
Gets or sets maximum width of the content. Use in DataGridPanel, should not be set manually.
(Inherited from DataGridColumnViewModel.) | |
| ActualName |
Column name after resolving any sources in it.
(Inherited from DataGridColumnViewModel.) | |
| Aggregate |
Aggregate set for this column.
(Inherited from DataGridColumnViewModel.) | |
| AggregateCommand |
This command is executed when user changed columns grouping
(Inherited from DataGridColumnViewModel.) | |
| AggregateViewModel |
Gets the aggregate view model.
(Inherited from DataGridColumnViewModel.) | |
| AlternativeColumnHeader |
Gets or sets the flag for alternative column header.
(Inherited from DataGridColumnViewModel.) | |
| Columns |
Gets all columns.
(Inherited from DataGridColumnViewModel.) | |
| DataGrid |
Gets or sets the data grid.
(Inherited from DataGridColumnViewModel.) | |
| DateTimeFormat |
Gets or sets the date time format.
(Inherited from DataGridColumnViewModel.) | |
| DoubleFormat |
Gets or sets the double format.
(Inherited from DataGridColumnViewModel.) | |
| ExecuteHyperlinkCommand |
A command that gets executed when a hyperlink is clicked.
(Inherited from DataGridColumnViewModel.) | |
| Filter |
Gets or sets the filter.
(Inherited from DataGridColumnViewModel.) | |
| FilterCommand |
This command is executed when the user confirm filter
(Inherited from DataGridColumnViewModel.) | |
| FilterViewModel |
Gets the filter view model.
(Inherited from DataGridColumnViewModel.) | |
| GroupBy |
Group by this column.
(Inherited from DataGridColumnViewModel.) | |
| GroupCommand |
This command is executed when user changed columns grouping
(Inherited from DataGridColumnViewModel.) | |
| HasCustomContent |
Indicates that the cells use custom content.
(Inherited from DataGridColumnViewModel.) | |
| HeaderTextTrimming |
Gets or sets the header text trimming.
(Inherited from DataGridColumnViewModel.) | |
| HeaderTextWrapping |
Gets or sets the header text wrapping.
(Inherited from DataGridColumnViewModel.) | |
| HyperlinkText |
Gets or sets the hyperlink text.
(Inherited from DataGridColumnViewModel.) | |
| Index |
Gets or sets the index of the column.
(Inherited from DataGridColumnViewModel.) | |
| IsAutoWidth |
Gets or sets a value indicating whether the width is set automatically based upon the element size.
(Inherited from DataGridColumnViewModel.) | |
| IsFieldRuntimeSettingsActive |
Gets whether field settings button is active.
(Inherited from DataGridColumnViewModel.) | |
| IsFieldRuntimeSettingsAvailable |
Gets whether to show field settings button to be able to display settings popup.
(Inherited from DataGridColumnViewModel.) | |
| IsFieldRuntimeSettingsSeparatorVisible |
Gets whether field popup has visible line seperator
(Inherited from DataGridColumnViewModel.) | |
| IsHyperlink |
Gets or sets a value indicating whether this column contains hyperlinks.
(Inherited from DataGridColumnViewModel.) | |
| IsReadOnly |
Gets or sets a value indicating whether this column is read only.
(Inherited from DataGridColumnViewModel.) | |
| IsSortable |
Gets or sets a value indicating whether this instance is sortable.
(Inherited from DataGridColumnViewModel.) | |
| IsStar |
Gets or sets a value indicating whether this instance is star.
(Inherited from DataGridColumnViewModel.) | |
| IsSticky |
Gets or sets a value indicating whether this column is sticky.
(Inherited from DataGridColumnViewModel.) | |
| IsVisible |
Gets or sets a value indicating whether the column is visible.
(Inherited from DataGridColumnViewModel.) | |
| Localizable |
Gets or sets the localization data source. Don't you dare to use it for unintended access across viewmodels!!!
(Inherited from DataGridColumnViewModel.) | |
| Margin |
Margin inside the cells of this column.
(Inherited from DataGridColumnViewModel.) | |
| MinWidth |
Gets or sets the minimum width.
(Inherited from DataGridColumnViewModel.) | |
| Name |
Gets or sets the name.
(Inherited from DataGridColumnViewModel.) | |
| OriginalIndex |
Gets the original index at which the column is stored in the Columns collection.
(Inherited from DataGridColumnViewModel.) | |
| ParsedDoubleFormat |
Double format parsed from XAML string.
(Inherited from DataGridColumnViewModel.) | |
| ScrollOffsetX |
Gets or sets a value indicating the current horizontal scroll offset of the cell scroll viewer.
(Inherited from DataGridColumnViewModel.) | |
| ShouldHaveIcon |
If set to true, this column can have icons even though icon is initally null.
(Inherited from DataGridColumnViewModel.) | |
| ShouldSortGroupsByCount |
Indicates whether the groups by this column should be sorted by items count rather than by the value.
(Inherited from DataGridColumnViewModel.) | |
| ShowAggregate |
Gets or sets a value indicating whether this instance is can be aggregated.
(Inherited from DataGridColumnViewModel.) | |
| ShowFilter |
Gets or sets a value indicating whether to show filter.
(Inherited from DataGridColumnViewModel.) | |
| ShowGroupBy |
Gets or sets a value indicating whether to show GroupBy button.
(Inherited from DataGridColumnViewModel.) | |
| Sort |
Gets or sets the sort.
(Inherited from DataGridColumnViewModel.) | |
| SortCommand |
Gets or sets the sort command.
(Inherited from DataGridColumnViewModel.) | |
| TextAlignment |
Gets or sets the text alignment.
(Inherited from DataGridColumnViewModel.) | |
| TextTrimming |
Gets or sets the text trimming.
(Inherited from DataGridColumnViewModel.) | |
| TextWrapping |
Gets or sets the text wrapping.
(Inherited from DataGridColumnViewModel.) | |
| ValueType |
Column value type.
(Inherited from DataGridColumnViewModel.) | |
| Width |
Gets or sets the width of the column.
(Inherited from DataGridColumnViewModel.) |
Events
| Name | Description | |
|---|---|---|
| AggregateChanged |
Occurs when Aggregate value is changed
(Inherited from DataGridColumnViewModel.) | |
| FilterChanged |
Occurs when filter is changed
(Inherited from DataGridColumnViewModel.) | |
| GroupByChanged |
Occurs when group by value is changed
(Inherited from DataGridColumnViewModel.) | |
| PropertyChanged | (Inherited from BindableObject.) | |
| SortChanged |
Occurs when Sort value is changed
(Inherited from DataGridColumnViewModel.) |