Class
GridViewDistinctValuesLoadingEventArgs

Contains data needed to handle DistinctValuesLoading event.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class GridViewDistinctValuesLoadingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsGridViewDistinctValuesLoadingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Properties

Column

Gets the column for which distinct values are being loaded.

Declaration

cs-api-definition
public GridViewColumn Column { get; }

Property Value

GridViewColumn

ItemsSource

Gets or sets the distinct values.

Declaration

cs-api-definition
public IEnumerable ItemsSource { get; set; }

Property Value

IEnumerable

The distinct values.

In this article
DefinitionPropertiesColumnItemsSource
Not finding the help you need?
Contact Support