WpfTableEntriesSnapshotBase.CanCreateDetailsContent(Int32) Method

Definition

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

public:
 virtual bool CanCreateDetailsContent(int index);
public:
 virtual bool CanCreateDetailsContent(int index);
 virtual bool CanCreateDetailsContent(int index);
public virtual bool CanCreateDetailsContent (int index);
abstract member CanCreateDetailsContent : int -> bool
override this.CanCreateDetailsContent : int -> bool
Public Overridable 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.

Implements

Applies to