WpfTableEntriesSnapshotBase.CanCreateDetailsContent(Int32) 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.
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.