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

TcxCustomSplitter.HotZone Property

Specifies the hot zone style and provides access to its settings.

#Declaration

Delphi
property HotZone: TcxHotZoneStyle read; write;

#Property Value

Type
TcxHotZoneStyle

#Remarks

When the splitter control is created, the HotZone property value is nil. This means that the splitter doesn’t display a hot zone and end-users can only drag the splitter to resize the bound control. To display a hot zone, set the HotZone property to a TcxHotZoneStyle descendant that specifies the hot zone’s look & feel. The splitter control ships with four predefined hot zone styles (TcxHotZoneStyle descendants). They mimic the appearance and behavior of popular splitters and provide customization capabilities for them. At design time, the HotZone property value is initialized with a string. The table below lists the property values that correspond to the predefined hot zone styles.

Property’s Value

(Design-time Setting)

Property’s Value

(Runtime Setting)

Sample Appearance

Simple

A TcxSimpleStyle object.

XPTaskBar

A TcxXPTaskBarStyle object.

MediaPlayer8

A TcxMediaPlayer8Style object.

MediaPlayer9

A TcxMediaPlayer9Style object.

See Also