The AwxListVirtualColumnViewModel type exposes the following members.

Properties

  NameDescription
Public propertyActualContentWidth
Gets or sets maximum width of the content. Use in DataGridPanel, should not be set manually.
(Inherited from DataGridColumnViewModel.)
Public propertyActualName
Column name after resolving any sources in it.
(Inherited from DataGridColumnViewModel.)
Public propertyAggregate
Aggregate set for this column.
(Inherited from DataGridColumnViewModel.)
Public propertyAggregateCommand
This command is executed when user changed columns grouping
(Inherited from DataGridColumnViewModel.)
Public propertyAggregateViewModel
Gets the aggregate view model.
(Inherited from DataGridColumnViewModel.)
Public propertyAlternativeColumnHeader
Gets or sets the flag for alternative column header.
(Inherited from DataGridColumnViewModel.)
Public propertyColumns
Gets all columns.
(Inherited from DataGridColumnViewModel.)
Public propertyDataGrid
Gets or sets the data grid.
(Inherited from DataGridColumnViewModel.)
Public propertyDateTimeFormat
Gets or sets the date time format.
(Inherited from DataGridColumnViewModel.)
Public propertyDoubleFormat
Gets or sets the double format.
(Inherited from DataGridColumnViewModel.)
Public propertyExecuteHyperlinkCommand
A command that gets executed when a hyperlink is clicked.
(Inherited from DataGridColumnViewModel.)
Public propertyFilter
Gets or sets the filter.
(Inherited from DataGridColumnViewModel.)
Public propertyFilterCommand
This command is executed when the user confirm filter
(Inherited from DataGridColumnViewModel.)
Public propertyFilterViewModel
Gets the filter view model.
(Inherited from DataGridColumnViewModel.)
Public propertyGroupBy
Group by this column.
(Inherited from DataGridColumnViewModel.)
Public propertyGroupCommand
This command is executed when user changed columns grouping
(Inherited from DataGridColumnViewModel.)
Public propertyHasCustomContent
Indicates that the cells use custom content.
(Inherited from DataGridColumnViewModel.)
Public propertyHeaderTextTrimming
Gets or sets the header text trimming.
(Inherited from DataGridColumnViewModel.)
Public propertyHeaderTextWrapping
Gets or sets the header text wrapping.
(Inherited from DataGridColumnViewModel.)
Public propertyHyperlinkText
Gets or sets the hyperlink text.
(Inherited from DataGridColumnViewModel.)
Public propertyIndex
Gets or sets the index of the column.
(Inherited from DataGridColumnViewModel.)
Public propertyIsAutoWidth
Gets or sets a value indicating whether the width is set automatically based upon the element size.
(Inherited from DataGridColumnViewModel.)
Public propertyIsFieldRuntimeSettingsActive
Gets whether field settings button is active.
(Inherited from DataGridColumnViewModel.)
Public propertyIsFieldRuntimeSettingsAvailable
Gets whether to show field settings button to be able to display settings popup.
(Inherited from DataGridColumnViewModel.)
Public propertyIsFieldRuntimeSettingsSeparatorVisible
Gets whether field popup has visible line seperator
(Inherited from DataGridColumnViewModel.)
Public propertyIsHyperlink
Gets or sets a value indicating whether this column contains hyperlinks.
(Inherited from DataGridColumnViewModel.)
Public propertyIsReadOnly
Gets or sets a value indicating whether this column is read only.
(Inherited from DataGridColumnViewModel.)
Public propertyIsSortable
Gets or sets a value indicating whether this instance is sortable.
(Inherited from DataGridColumnViewModel.)
Public propertyIsStar
Gets or sets a value indicating whether this instance is star.
(Inherited from DataGridColumnViewModel.)
Public propertyIsSticky
Gets or sets a value indicating whether this column is sticky.
(Inherited from DataGridColumnViewModel.)
Public propertyIsVisible
Gets or sets a value indicating whether the column is visible.
(Inherited from DataGridColumnViewModel.)
Public propertyLocalizable
Gets or sets the localization data source. Don't you dare to use it for unintended access across viewmodels!!!
(Inherited from DataGridColumnViewModel.)
Public propertyMargin
Margin inside the cells of this column.
(Inherited from DataGridColumnViewModel.)
Public propertyMinWidth
Gets or sets the minimum width.
(Inherited from DataGridColumnViewModel.)
Public propertyName
Gets or sets the name.
(Inherited from DataGridColumnViewModel.)
Public propertyOriginalIndex
Gets the original index at which the column is stored in the Columns collection.
(Inherited from DataGridColumnViewModel.)
Public propertyParsedDoubleFormat
Double format parsed from XAML string.
(Inherited from DataGridColumnViewModel.)
Public propertyScrollOffsetX
Gets or sets a value indicating the current horizontal scroll offset of the cell scroll viewer.
(Inherited from DataGridColumnViewModel.)
Public propertyShouldHaveIcon
If set to true, this column can have icons even though icon is initally null.
(Inherited from DataGridColumnViewModel.)
Public propertyShouldSortGroupsByCount
Indicates whether the groups by this column should be sorted by items count rather than by the value.
(Inherited from DataGridColumnViewModel.)
Public propertyShowAggregate
Gets or sets a value indicating whether this instance is can be aggregated.
(Inherited from DataGridColumnViewModel.)
Public propertyShowFilter
Gets or sets a value indicating whether to show filter.
(Inherited from DataGridColumnViewModel.)
Public propertyShowGroupBy
Gets or sets a value indicating whether to show GroupBy button.
(Inherited from DataGridColumnViewModel.)
Public propertySort
Gets or sets the sort.
(Inherited from DataGridColumnViewModel.)
Public propertySortCommand
Gets or sets the sort command.
(Inherited from DataGridColumnViewModel.)
Public propertyTextAlignment
Gets or sets the text alignment.
(Inherited from DataGridColumnViewModel.)
Public propertyTextTrimming
Gets or sets the text trimming.
(Inherited from DataGridColumnViewModel.)
Public propertyTextWrapping
Gets or sets the text wrapping.
(Inherited from DataGridColumnViewModel.)
Public propertyValueType
Column value type.
(Inherited from DataGridColumnViewModel.)
Public propertyWidth
Gets or sets the width of the column.
(Inherited from DataGridColumnViewModel.)

See Also