DataGrid.RowDetailsScrollingConverter Propiedad

Definición

Obtiene el convertidor que convierte un valor booleano en SelectiveScrollingOrientation.

public:
 static property System::Windows::Data::IValueConverter ^ RowDetailsScrollingConverter { System::Windows::Data::IValueConverter ^ get(); };
public static System.Windows.Data.IValueConverter RowDetailsScrollingConverter { get; }
member this.RowDetailsScrollingConverter : System.Windows.Data.IValueConverter
Public Shared ReadOnly Property RowDetailsScrollingConverter As IValueConverter

Valor de propiedad

IValueConverter

Convertidor que convierte un valor booleano en SelectiveScrollingOrientation.

Comentarios

Esta propiedad se puede usar en la DataGrid plantilla para controlar cómo se desplazan los detalles de fila en función de la AreRowDetailsFrozen propiedad .

Se aplica a