Interface
IDetailsProvider

Provides clients with details.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public interface IDetailsProvider : INotifyPropertyChanged

Inherited Members INotifyPropertyChanged.PropertyChanged

Properties

AreFrozen

Gets a value indicating whether the details should be frozen when scrolling horizontally.

Declaration

cs-api-definition
bool AreFrozen { get; }

Property Value

bool

The value indicating whether the details are frozen when scrolling horizontally.

DataContext

Gets the object to use as DataContext when showing the details.

Declaration

cs-api-definition
object DataContext { get; }

Property Value

object

The object to use as DataContext when showing the details.

LoadingContentCallback

Gets the action to perform when the content is loaded.

Declaration

cs-api-definition
Action<FrameworkElement> LoadingContentCallback { get; }

Property Value

Action<FrameworkElement>

The action to perform when the content is loaded.

Template

Gets or sets the DataTemplate to show details.

Declaration

cs-api-definition
DataTemplate Template { get; }

Property Value

DataTemplate

The DataTemplate to show details.

UnloadingContentCallback

Gets the action to perform when the content is unloaded.

Declaration

cs-api-definition
Action<FrameworkElement> UnloadingContentCallback { get; }

Property Value

Action<FrameworkElement>

The action to perform when the content is unloaded.

Visibility

Gets or sets the Visibility of the details.

Declaration

cs-api-definition
Visibility Visibility { get; }

Property Value

Visibility

The Visibility of the details.

VisibilityChangedCallback

Gets the action to perform when the Visibility of the details is changed.

Declaration

cs-api-definition
Action<FrameworkElement> VisibilityChangedCallback { get; }

Property Value

Action<FrameworkElement>

Action to perform when the Visibility of the details is changed.

VisibilityChangingCallback

Gets the function to perform when the Visibility of the details is about to change.

Declaration

cs-api-definition
Func<Visibility?, bool> VisibilityChangingCallback { get; }

Property Value

Func<Visibility?, bool>

Action to perform when the Visibility of the details is about to change.