TcxPageControl.ActivePage Property
Specifies the active page of the page control.
Declaration
property ActivePage: TcxTabSheet read; write;
Property Value
Type |
---|
TcxTabSheet |
Remarks
Use the ActivePage property to obtain the TcxTabSheet object representing the active page or navigate to the specified page.
See Also