TcxPageControl.Pages Property
Provides zero-based indexed access to pages owned by the page control.
Declaration
property Pages[Index: Integer]: TcxTabSheet read;
Property Value
Type |
---|
TcxTabSheet |
Remarks
This property is mapped to the control’s Properties.Pages property.
See Also