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

TdxTabbedMDITabProperties Class

Contains page settings for tabbed MDI child forms.

#Declaration

Delphi
TdxTabbedMDITabProperties = class(
    TcxCustomTabControlProperties
)

#Remarks

In addition to publishing properties inherited from its base classes, the TdxTabbedMDITabProperties class introduces the properties that allow you to do the following:

  • Access individual pages and obtain a count of them (Pages and PageCount);

  • Make a specific page active and access its settings (PageIndex and ActivePage);

  • Control if page tabs can be navigated using the keyboard (Focusable).

The TdxTabbedMDITabProperties object is referenced by the TdxTabbedMDIManager.TabProperties property.

See Also