Freigeben über


IWpfTableEntriesSnapshot.CanCreateDetailsContent(Int32) Method

Definition

Indicates whether the virtual entry at position index has details content that can be displayed.

public:
 bool CanCreateDetailsContent(int index);
public:
 bool CanCreateDetailsContent(int index);
bool CanCreateDetailsContent(int index);
public bool CanCreateDetailsContent (int index);
abstract member CanCreateDetailsContent : int -> bool
Public Function CanCreateDetailsContent (index As Integer) As Boolean

Parameters

index
Int32

Index of the virtual entry in the snapshot.

Returns

true if the entry has content that could be displayed.

Applies to