Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomGridView.IsPattern Property

Indicates whether the current View is a “pattern“ View.

#Declaration

Delphi
property IsPattern: Boolean read;

#Property Value

Type
Boolean

#Remarks

The IsPattern property indicates whether the current View is a “pattern” View. “Pattern” Views are not displayed at runtime, they only provide settings for creating “clone“ Views.

Master-detail data representation requires the presence of two levels assigned to master and detail Views respectively, connected to the data sets linked by field values (see the Master-Detail topic for details). Each time a master row gets expanded, the corresponding portion of the detail data set is displayed. A View representing that portion is called a “clone” View. All “clone” Views copy the settings from a View corresponding to the detail hierarchy level. That View is called a “pattern” and represents a template for all detail Views appearing when the master rows are expanded.

See Also