Skip to main content

TcxHotZoneStyle.Owner Property

Gets the splitter control owning this hot zone.

Declaration

property Owner: TcxCustomSplitter read;

Property Value

Type
TcxCustomSplitter

Remarks

The Owner property value is initialized in the constructor. You can use this property for several purposes when designing your own hot zone. You can provide different appearances for the hot zone depending on the splitter’s settings. Also, you may wish to notify the owning splitter control of changes when updating is required. For instance, you may invalidate the control each time a property affecting the hot zone’s appearance is changed.

See Also