IDetailsProvider
Provides clients with details.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public interface IDetailsProvider : INotifyPropertyChanged
Inherited Members
Properties
Gets a value indicating whether the details should be frozen when scrolling horizontally.
bool AreFrozen { get; }
The value indicating whether the details are frozen when scrolling horizontally.
Gets the object to use as DataContext when showing the details.
object DataContext { get; }
The object to use as DataContext when showing the details.
LoadingContentCallback
Action<FrameworkElement>
Gets the action to perform when the content is loaded.
Action<FrameworkElement> LoadingContentCallback { get; }
The action to perform when the content is loaded.
Template
DataTemplate
Gets or sets the DataTemplate to show details.
DataTemplate Template { get; }
The DataTemplate to show details.
UnloadingContentCallback
Action<FrameworkElement>
Gets the action to perform when the content is unloaded.
Action<FrameworkElement> UnloadingContentCallback { get; }
The action to perform when the content is unloaded.
Visibility
Visibility
Gets or sets the Visibility of the details.
Visibility Visibility { get; }
The Visibility of the details.
VisibilityChangedCallback
Action<FrameworkElement>
Gets the action to perform when the Visibility of the details is changed.
Action<FrameworkElement> VisibilityChangedCallback { get; }
Action to perform when the Visibility of the details is changed.
Gets the function to perform when the Visibility of the details is about to change.
Func<Visibility?, bool> VisibilityChangingCallback { get; }
Action to perform when the Visibility of the details is about to change.