DataGrid.SetDetailsVisibilityForItem(Object, Visibility) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the value of the DetailsVisibility property for the DataGridRow that contains the specified object.
public:
void SetDetailsVisibilityForItem(System::Object ^ item, System::Windows::Visibility detailsVisibility);
public void SetDetailsVisibilityForItem (object item, System.Windows.Visibility detailsVisibility);
member this.SetDetailsVisibilityForItem : obj * System.Windows.Visibility -> unit
Public Sub SetDetailsVisibilityForItem (item As Object, detailsVisibility As Visibility)
Parameters
- item
- Object
The object in the row for which DetailsVisibility is being set.
- detailsVisibility
- Visibility
The Visibility to set for the row that contains the item.
Remarks
Use the SetDetailsVisibilityForItem method when a DataGridRow does not currently exist for an item
; for example, while a row is being auto-generated.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.