TcxGridWinExplorerView.ItemSet Property
In This Article
Specifies which items (record elements) are to be displayed and what data they need to visualize.
#Declaration
Delphi
property ItemSet: TcxGridWinExplorerViewItemSet read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Use this property to:
Specify which items are available for display in the View;
Link them to View items (TcxGridWinExplorerViewItem objects in unbound WinExplorer Views or TcxGridDBWinExplorerViewItem objects in data-aware WinExplorer Views) that provide data for display in item cells.
Refer to this section to learn about item sets in WinExplorer Views.
See Also