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

TdxCustomPanel Class

The base class for the TdxPanel component.

#Declaration

Delphi
TdxCustomPanel = class(
    TdxFramedControl,
    IdxSkinSupport
)

#Remarks

TdxPanel is a general-purpose panel with customizable frame appearance and support for border drag operations at runtime. You can use the TdxPanel control to create resizable areas on a form without double borders and dedicated splitter controls.

#Main API Members

The list below outlines key members of the TdxPanel class. These members allow you to configure panel appearance and behavior.

#Appearance and Behavior Settings

Color | ParentColor
Specify the panel fill color.
Frame
Provides access to border appearance and behavior settings.
LookAndFeel
Allows you to override global appearance settings for the panel.

#User Interaction Options

Automation

Provides access to UI Automation and accessibility-related settings.

Tip

Use Automation.Name, Automation.Description, and other API members to specify information visible to third-party assistive tools as UIA node properties.

Hint
Specifies a hint for the panel.
OnDragBorder
Allows you to track panel border movements and respond to them.
TabStop
Specifies if users can focus the panel.

#Terminal TdxCustomPanel Class Descendant

Do not use the TdxCustomPanel class directly. Use the TdxPanel control instead.

#Implements

See Also